Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 7ea88de

Browse files
committed
Update actions/checkout to v3
1 parent f04f67e commit 7ea88de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
versions: ${{ steps.generate.outputs.versions }}
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- id: generate
2323
name: Generate Matrix
2424
run: |
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
version: ${{ matrix.version }}
4141
steps:
42-
- uses: actions/checkout@v2
42+
- uses: actions/checkout@v3
4343
- name: Gather Data
4444
run: |
4545
upstreamImage="$(awk '$1 == "FROM" { print $2; exit }' "$version/Dockerfile")"

0 commit comments

Comments
 (0)