Skip to content

Commit a9c4f38

Browse files
authored
Bump actions/checkout@v4
1 parent 4a102d2 commit a9c4f38

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bump-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
3636
- name: Check out current
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
token: ${{ secrets.GH_TOKEN }}
4040

.github/workflows/bump-scaffold.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
3636
- name: Check out current
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
path: ./current
4040
token: ${{ secrets.GH_TOKEN }}
@@ -48,7 +48,7 @@ jobs:
4848
echo repo=`gh repo view --json templateRepository --jq '.templateRepository.owner.login + "/" + .templateRepository.name'` >> $GITHUB_OUTPUT
4949
5050
- name: Check out template
51-
uses: actions/checkout@v3
51+
uses: actions/checkout@v4
5252
with:
5353
path: ./template
5454
repository: ${{ steps.get-template-repo.outputs.repo }}

.github/workflows/pull-request-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- uses: ./.github/actions/build-pages

.github/workflows/set-up-scaffold.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
16+
- uses: actions/checkout@v4
1717

1818
- name: Configure user profile
1919
run: |

.github/workflows/static-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Clean install
2525
run: npm ci
2626
- name: Run static code analysis

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
- uses: ./.github/actions/build-pages
3030

3131
deploy:

0 commit comments

Comments
 (0)