Skip to content

Commit 6f01997

Browse files
build(deps): bump actions/checkout from 4.1.6 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8efc3ca commit 6f01997

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
security-events: write
2121
steps:
2222
- name: ⤵️ Check out code from GitHub
23-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
23+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2424
- name: 🏗 Initialize CodeQL
2525
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
2626
- run: |

.github/workflows/test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2020
- name: ☑️ ShellCheck
2121
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
2222
with:
@@ -28,7 +28,7 @@ jobs:
2828
needs: [shellcheck]
2929
steps:
3030
- name: ⤵️ Check out code from GitHub
31-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
31+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3232
- name: ⚙️ Prepare
3333
run: |
3434
sudo apt-get update

.github/workflows/test-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2020
- name: ☑️ ShellCheck
2121
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
2222
with:
@@ -28,7 +28,7 @@ jobs:
2828
needs: [shellcheck]
2929
steps:
3030
- name: ⤵️ Check out code from GitHub
31-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
31+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
3232
- name: ⚙️ Prepare
3333
run: |
3434
brew install zsh

0 commit comments

Comments
 (0)