Skip to content

Commit 8d3bf4e

Browse files
committed
Update github checkout action
1 parent 46fe72c commit 8d3bf4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Setup | Checkout
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949

5050
- name: Setup | Rust
5151
uses: dtolnay/rust-toolchain@master

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
create-release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: taiki-e/create-gh-release-action@v1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
@@ -26,7 +26,7 @@ jobs:
2626
- windows-latest
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: taiki-e/upload-rust-binary-action@v1
3131
with:
3232
bin: ddns-update-daemon

0 commit comments

Comments
 (0)