Skip to content

Commit 8b352c0

Browse files
cartlandkeyboardsurfer
authored andcommitted
Upgrade actions/checkout to v4
This commit upgrades the `actions/checkout` action in the `copy-branch.yml` workflow from v2 to v4.
1 parent 9128cf1 commit 8b352c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copy-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it,
2222
# but specifies master branch (old default).
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
2626
ref: master

0 commit comments

Comments
 (0)