Skip to content

Commit 39072c3

Browse files
authored
Merge pull request #51 from RISC-OS-Community/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents d5ed1fb + 429961d commit 39072c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-from-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
# Clone the template repository
4747
- name: Check out template repository
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v4
4949
with:
5050
repository: ${{ env.REPO_TEMPLATE }}
5151
token: ${{ github.token }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Clone the target repository. Check out a branch
6161
- name: Check out ${{ github.repository }}
62-
uses: actions/checkout@v2
62+
uses: actions/checkout@v4
6363
with:
6464
repository: ${{ github.repository }}
6565
token: ${{ github.token }}

0 commit comments

Comments
 (0)