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.
1 parent 2a8e6c5 commit 8395a9cCopy full SHA for 8395a9c
.github/workflows/release-new-action-version.yml
@@ -21,6 +21,6 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Update the ${{ env.TAG_NAME }} tag
24
- uses: actions/publish-action@v0.2.0
+ uses: actions/publish-action@v0.3.0
25
with:
26
source-tag: ${{ env.TAG_NAME }}
action.yml
@@ -29,7 +29,7 @@ inputs:
29
runs:
30
using: 'composite'
31
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
33
34
repository: ${{ inputs.repository }}
35
path: conformance
0 commit comments