Skip to content

Commit 9d2f81f

Browse files
committed
Update GitHub Actions to use actions/checkout@v7 in release, sync-oha, and test workflows
1 parent 899a339 commit 9d2f81f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- ubuntu-24.04-arm
2323
steps:
2424
- name: Checkout release tag
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v7
2626
with:
2727
ref: ${{ github.event.release.tag_name }}
2828

.github/workflows/sync-oha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- macos-15 # aarch64 macOS
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v7
2626

2727
- name: Validate composer.json
2828
if: matrix.os == 'ubuntu-24.04'

0 commit comments

Comments
 (0)