Skip to content

Commit 8395a9c

Browse files
committed
Update dependencies
1 parent 2a8e6c5 commit 8395a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Update the ${{ env.TAG_NAME }} tag
24-
uses: actions/publish-action@v0.2.0
24+
uses: actions/publish-action@v0.3.0
2525
with:
2626
source-tag: ${{ env.TAG_NAME }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inputs:
2929
runs:
3030
using: 'composite'
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
repository: ${{ inputs.repository }}
3535
path: conformance

0 commit comments

Comments
 (0)