We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 565d9f7 + 9b8df77 commit 8c43176Copy full SHA for 8c43176
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
container:
65
image: ghcr.io/wyrihaximusnet/php:${{ matrix.php }}-nts-buster-dev-root
66
steps:
67
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
68
with:
69
path: checked_out_package
70
- name: Set Up composer.json
.github/workflows/set-milestone-on-pr.yaml
@@ -21,7 +21,7 @@ jobs:
21
outputs:
22
check: ${{ steps.generate-checks-strategy.outputs.check }}
23
24
- - uses: actions/checkout@v1
25
- name: 'Get Previous tag'
26
id: previoustag
27
uses: "WyriHaximus/github-action-get-previous-tag@v1"
0 commit comments