Skip to content

Commit be69cef

Browse files
authored
Merge pull request #16 from Flashky/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 7a0398f + 1f05ed9 commit be69cef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
submodules: recursive
3131
token: ${{ secrets.PAT_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
needs: build
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
- name: Download Jacoco report artifact
5656
uses: actions/download-artifact@v4
5757
with:

.github/workflows/update-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: verify
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- name: Update Repository Description
4646
run: |
4747
token="${{ secrets.PAT_TOKEN }}"

0 commit comments

Comments
 (0)