Skip to content

Commit 2bcc9e2

Browse files
renovate[bot]nicholasbishop
authored andcommitted
Update actions/checkout action to v4
1 parent c386a62 commit 2bcc9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build_tag:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- run: cargo run -- --container-cmd=docker --create-release $GITHUB_REF_NAME
1616
env:
1717
GH_TOKEN: ${{ github.token }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
validate:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: Swatinem/rust-cache@v2
1313
- run: cargo check
1414
- run: cargo test

0 commit comments

Comments
 (0)