Skip to content

Commit cafb827

Browse files
chore(deps): update actions/checkout action to v4 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af2730b commit cafb827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ ubuntu-latest, windows-latest, macOS-latest ]
2727
steps:
2828
- name: "Checkout"
29-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
with:
3131
lfs: true
3232
fetch-depth: 0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424

2525
- name: Initialize CodeQL
2626
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3

0 commit comments

Comments
 (0)