Skip to content

Commit 4921bc6

Browse files
cq-boterezrokah
andauthored
chore(deps): Update actions/checkout action to v6 (#411)
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
1 parent fb44547 commit 4921bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- uses: actions/setup-java@v5
2121
with:
2222
distribution: "temurin"

.github/workflows/publish.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@v5
16+
uses: actions/checkout@v6
1717
- uses: actions/setup-java@v5
1818
with:
1919
distribution: "temurin"

0 commit comments

Comments
 (0)