Skip to content

Commit fb86d19

Browse files
authored
Merge pull request #166 from hal/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c579df9 + 32cd478 commit fb86d19

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@v4
18+
uses: actions/checkout@v5
1919
- name: Checkout Console
2020
id: checkout-console
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
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@v4
18+
uses: actions/checkout@v5
1919
- name: Set up JDK
2020
id: setup-jdk
2121
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)