Skip to content

Commit 71953a5

Browse files
authored
Merge pull request #1021 from ouch-org/dependabot/github_actions/github-actions-2217aebe03
ci: bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group across 1 directory
2 parents fbf5d76 + 15f1298 commit 71953a5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-artifacts-and-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@v6.0.3
112+
uses: actions/checkout@v7.0.0
113113

114114
- name: Install cross
115115
if: matrix.use-cross

.github/workflows/draft-release-automatic-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
attestations: write
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6.0.3
25+
uses: actions/checkout@v7.0.0
2626

2727
- name: Download artifacts
2828
uses: actions/download-artifact@v8

.github/workflows/pr-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.3
18+
uses: actions/checkout@v7.0.0
1919

2020
- name: "Cargo: fmt"
2121
run: |
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v6.0.3
29+
uses: actions/checkout@v7.0.0
3030

3131
- name: "Cargo: clippy"
3232
run: |

0 commit comments

Comments
 (0)