Skip to content

Commit f68fc44

Browse files
chore(deps): update actions/checkout action to v7 (#1011)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ed5f8d commit f68fc44

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
format-check:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626
with:
2727
submodules: true
2828
fetch-depth: 0
@@ -36,7 +36,7 @@ jobs:
3636
lint:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v6
39+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4040
with:
4141
submodules: true
4242
fetch-depth: 0
@@ -50,7 +50,7 @@ jobs:
5050
type-check:
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@v6
53+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5454
with:
5555
submodules: true
5656
fetch-depth: 0
@@ -67,7 +67,7 @@ jobs:
6767
matrix:
6868
node-version: ['lts/*']
6969
steps:
70-
- uses: actions/checkout@v6
70+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7171
with:
7272
submodules: true
7373
fetch-depth: 0
@@ -85,7 +85,7 @@ jobs:
8585
matrix:
8686
node-version: ['lts/*']
8787
steps:
88-
- uses: actions/checkout@v6
88+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8989
with:
9090
submodules: true
9191
fetch-depth: 0
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
108108
if: ${{ github.repository_owner == 'cryostatio' }}
109109
steps:
110-
- uses: actions/checkout@v6
110+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
111111
with:
112112
submodules: true
113113
fetch-depth: 0

.github/workflows/push-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
tag: ${{ steps.tag.outputs.tag }}
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
- id: tag
2020
name: Get package.json version
2121
run: echo "tag=$(jq -r '.version' < package.json)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)