Skip to content

Commit 3c7c233

Browse files
Bump actions/checkout from 5 to 6 (#7)
1 parent 852169c commit 3c7c233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out the codebase.
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
path: "ngine_io.vultr_cloud"
2424

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the codebase.
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
path: "ngine_io.vultr_cloud"
2020

0 commit comments

Comments
 (0)