Skip to content

Commit 8c43176

Browse files
authored
Merge pull request #32 from WyriHaximus/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 565d9f7 + 9b8df77 commit 8c43176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
container:
6565
image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
6666
steps:
67-
- uses: actions/checkout@v2
67+
- uses: actions/checkout@v3
6868
with:
6969
path: checked_out_package
7070
- name: Set Up composer.json

.github/workflows/set-milestone-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
outputs:
2222
check: ${{ steps.generate-checks-strategy.outputs.check }}
2323
steps:
24-
- uses: actions/checkout@v1
24+
- uses: actions/checkout@v3
2525
- name: 'Get Previous tag'
2626
id: previoustag
2727
uses: "WyriHaximus/github-action-get-previous-tag@v1"

0 commit comments

Comments
 (0)