Skip to content

Commit dbdc16a

Browse files
ci(action): update actions/checkout action to v4 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4182f2a commit dbdc16a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: "lts/*"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3 # tag=v3
16+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1717
- uses: actions/setup-node@v3 # tag=v3
1818
with:
1919
node-version: "lts/*"

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# These steps should be kept in sync with `update_dry_run.yml` - minus the code that
1212
# actually commits, pushes and creates a PR.
1313
steps:
14-
- uses: actions/checkout@v3 # tag=v3
14+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
- uses: actions/setup-node@v3 # tag=v3
1616
with:
1717
cache: npm

.github/workflows/update_dry_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# These steps should be kept in sync with `update.yml` - minus the code that actually
1313
# commits, pushes and creates a PR.
1414
steps:
15-
- uses: actions/checkout@v3 # tag=v3
15+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1616
- uses: actions/setup-node@v3 # tag=v3
1717
with:
1818
cache: npm

0 commit comments

Comments
 (0)