Skip to content

Commit d069e0f

Browse files
Bump actions/checkout from 4 to 5 (hazelcast#207)
1 parent 6a8a7b4 commit d069e0f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "TAG=${TAG}" >> $GITHUB_ENV
2626
# 1 is for removing the v at the beginning of the tag v5.4.4 -> 5.4.4
2727
echo "VERSION=${TAG:1}" >> $GITHUB_ENV
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
ref: "${{ env.TAG }}"
3131
- name: Setup JDK

.github/workflows/deploy-snapshot.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
name: Deploy snapshot
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Setup JDK
1818
uses: actions/setup-java@v4
1919
with:

.github/workflows/pr-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
exit 1
3434
3535
- name: Get all the letters, words and paragraphs needed for the spell!
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
ref: refs/pull/${{ github.event.pull_request.number }}/merge
3939

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
token: "${{ secrets.GH_PAT }}"
1919
- name: Setup JDK

0 commit comments

Comments
 (0)