Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 6f7d8c4

Browse files
Bump actions/checkout from 2.3.4 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 529da50 commit 6f7d8c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Sjekk ut kode
17-
uses: actions/checkout@v2.3.4
17+
uses: actions/checkout@v3.2.0
1818

1919
- name: Cache node modules
2020
uses: actions/[email protected]

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Sjekk ut kode
21-
uses: actions/checkout@v2.3.4
21+
uses: actions/checkout@v3.2.0
2222

2323
- name: Hent tag
2424
run: |

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: echo "IMAGE=$IMAGE_BASE:$(echo ${{ steps.issue_comment.outputs.title }} | awk '{print $NF}')" >> $GITHUB_ENV
3131

3232
- name: Sjekk ut kode
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3.2.0
3434
with:
3535
ref: ${{ steps.issue_comment.outputs.sha }}
3636

0 commit comments

Comments
 (0)