Skip to content

Commit 927da35

Browse files
authored
Merge pull request #191 from hal/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0a0b7d3 + ff7eb26 commit 927da35

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616
- name: Checkout Proxy
1717
id: checkout-proxy
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Checkout Console
2020
id: checkout-console
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
repository: hal/halos-console
2424
path: console

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
id: checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Set up JDK
2020
id: setup-jdk
2121
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)