Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 9658de6 commit b817153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global core.autocrlf false
fi
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Rust with cargo
uses: actions-rs/toolchain@v1
with:
Expand All @@ -39,6 +39,6 @@ jobs:
env:
DOCKER_BUILDKIT: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: check out the source code
run: docker-compose up --exit-code-from mcf --build
6 changes: 3 additions & 3 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global core.autocrlf false
fi
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Rust with cargo
uses: actions-rs/toolchain@v1
with:
Expand All @@ -40,7 +40,7 @@ jobs:
env:
DOCKER_BUILDKIT: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: check out the source code
run: docker-compose up --exit-code-from mcf --build
create_release:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
git config --global core.autocrlf false
fi
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install Rust with cargo
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit b817153

Please sign in to comment.