mirror of
https://github.com/containers/netavark.git
synced 2026-02-05 06:45:56 +01:00
Merge pull request #1364 from containers/renovate/actions-checkout-6.x
[skip-ci] Update actions/checkout action to v6
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
needs: check
|
||||
steps:
|
||||
- name: Checkout Version
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{needs.check.outputs.version}}
|
||||
- name: Update Rust
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
VERSION: ${{needs.check.outputs.version}}
|
||||
steps:
|
||||
- name: Checkout Version
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{needs.check.outputs.version}}
|
||||
- name: Get release notes
|
||||
@@ -160,7 +160,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install protobuf-compiler libprotobuf-dev
|
||||
- name: Checkout Version
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
ref: ${{needs.check.outputs.version}}
|
||||
- name: Publish crate
|
||||
|
||||
Reference in New Issue
Block a user