Skip to content

Commit e06a4b2

Browse files
committed
Update actions/checkout to v6
1 parent e50fcf1 commit e06a4b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ inputs.os }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ inputs.branch }}
2323
- name: Install JDK

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
VERTX_NEXUS_PASSWORD: ${{ secrets.VERTX_NEXUS_PASSWORD }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ inputs.branch }}
2323
- name: Install JDK

0 commit comments

Comments
 (0)