Skip to content

Commit

Permalink
Merge pull request #191 from nidhugg/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
margnus1 committed Apr 15, 2024
2 parents ed38326 + c885d02 commit 7bc87ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -36,7 +36,7 @@ jobs:
ubuntu: 16
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Nidhugg
id: build
uses: docker/build-push-action@v2
Expand All @@ -58,7 +58,7 @@ jobs:
ubuntu: 22
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Nidhugg
id: build
uses: docker/build-push-action@v2
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Docker Image
id: build
uses: docker/build-push-action@v2
Expand All @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
# This build in particular is slow, so enable caching for this one. All
# our temp layers do not fit in github CI cache, so we have to be
# selective.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
path: src
Expand Down

0 comments on commit 7bc87ef

Please sign in to comment.