Skip to content

Commit a796fba

Browse files
chore(deps): update actions/checkout action to v5
1 parent 3bd84d5 commit a796fba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v4
14+
- uses: actions/checkout@v5
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@v4
11+
- uses: actions/checkout@v5
1212
- uses: Swatinem/rust-cache@v2
1313
- run: cargo check --workspace
1414
- run: cargo test --workspace

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- run: cargo install auto-release
1717
- run: auto-release --condition subject -p ovmf-prebuilt
1818
env:

0 commit comments

Comments
 (0)