Skip to content

Commit a8c9310

Browse files
authored
Merge pull request #1 from ngine-io/dependabot/github_actions/actions/checkout-5
2 parents 000d94f + d96d44a commit a8c9310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@v4
21+
uses: actions/checkout@v5
2222
with:
2323
path: ngine_io.tailscale
2424

@@ -44,7 +44,7 @@ jobs:
4444
playbook: converge.yml
4545
steps:
4646
- name: Check out the codebase.
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
path: ngine_io.tailscale
5050

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Check out the codebase.
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
path: ngine_io.tailscale
2323

0 commit comments

Comments
 (0)