Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2023
1 parent 66f31d3 commit 9e5c460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set environment variables
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
run: python3 -m pip install --upgrade pip setuptools wheel

- name: Clone
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: 'c0rp3n/colorlib-check'
ref: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
SM_VERSION: ["1.11", "1.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt install curl p7zip-full p7zip-rar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
SM_VERSION: ["1.11", "1.12"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set environment variables
run: |
Expand Down

0 comments on commit 9e5c460

Please sign in to comment.