Skip to content

Commit 6197b59

Browse files
authored
Merge pull request #393 from gradle/dependabot/github_actions/actions/checkout-6
2 parents 63d0650 + 96a8cad commit 6197b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- jdk-lts-and-current-graal
5454
steps:
5555
- name: checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
- name: build
5858
run: |
5959
cd "${{ matrix.directory }}"

.github/workflows/official-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0 # we need all branches so we can read Dockerfiles from them
2525
- name: Provision best available generate-stackbrew-library.py and toolbox

0 commit comments

Comments
 (0)