Skip to content

Commit 2cafebd

Browse files
Merge pull request #1306 from containers/renovate/actions-checkout-5.x
[skip-ci] Update actions/checkout action to v5
2 parents 6b44b7e + e6ef79e commit 2cafebd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
needs: check
6262
steps:
6363
- name: Checkout Version
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
with:
6666
ref: ${{needs.check.outputs.version}}
6767
- name: Update Rust
@@ -93,7 +93,7 @@ jobs:
9393
VERSION: ${{needs.check.outputs.version}}
9494
steps:
9595
- name: Checkout Version
96-
uses: actions/checkout@v4
96+
uses: actions/checkout@v5
9797
with:
9898
ref: ${{needs.check.outputs.version}}
9999
- name: Get release notes
@@ -158,7 +158,7 @@ jobs:
158158
sudo apt-get update
159159
sudo apt-get -y install protobuf-compiler libprotobuf-dev
160160
- name: Checkout Version
161-
uses: actions/checkout@v4
161+
uses: actions/checkout@v5
162162
with:
163163
ref: ${{needs.check.outputs.version}}
164164
- name: Publish crate

0 commit comments

Comments
 (0)