Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent cc2c651 commit dc2f7a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: sudo snap install snapcraft --classic

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3 # [email protected]
uses: actions/checkout@v4 # [email protected]
with:
submodules: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3 # [email protected]
uses: actions/checkout@v4 # [email protected]
with:
submodules: true

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
working-directory: server
steps:
- name: Checkout
uses: actions/checkout@v3 # [email protected]
uses: actions/checkout@v4 # [email protected]
with:
submodules: true

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
working-directory: client
steps:
- name: Checkout
uses: actions/checkout@v3 # [email protected]
uses: actions/checkout@v4 # [email protected]
with:
submodules: true

Expand Down

0 comments on commit dc2f7a7

Please sign in to comment.