Skip to content

Commit c787832

Browse files
tbradshamatticbot
authored andcommitted
Update actions/checkout action to v5 (#45593)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/18747913602 Upstream-Ref: Automattic/jetpack@29137ce
1 parent 248d880 commit c787832

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/autorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Release
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Create release
2323
env:
2424
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/autotagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
exit 1
2323
fi
2424
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
# We want to potentially trigger "tag" events, but the default GITHUB_TOKEN
2828
# explicitly does not trigger events.

.github/workflows/wp-svn-autopublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install svn
3535
run: command -v svn || sudo apt-get install -y subversion
3636

37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
path: src
4040

0 commit comments

Comments
 (0)