Skip to content

Commit 6c357ef

Browse files
cq-botrenovate-bot
andauthored
chore(deps): Update actions/checkout action to v4 (#47)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 16ec027 commit 6c357ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.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
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- uses: actions/setup-java@v3
1818
with:
1919
distribution: "temurin"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- uses: actions/setup-java@v3
1414
with:
1515
distribution: 'temurin'

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- uses: actions/setup-java@v3
1515
with:
1616
distribution: 'temurin'

0 commit comments

Comments
 (0)