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 3805b2c commit 25c5572Copy full SHA for 25c5572
.github/workflows/tagpr.yml
@@ -8,7 +8,7 @@ jobs:
8
outputs:
9
tagpr-tag: ${{ steps.run-tagpr.outputs.tag }}
10
steps:
11
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
- id: run-tagpr
13
uses: Songmu/tagpr@e89d37247ca73d3e5620bf074a53fbd5b39e66b0 # v1.5.1
14
env:
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
22
- name: Checkout
23
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
- name: Fetch all tags
25
run: git fetch --force --tags
26
- uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1.14.1
0 commit comments