Skip to content

Commit

Permalink
ci: pin the versions on tags (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Dec 5, 2024
1 parent c0efe6e commit 3738ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: bash
run: |
USES=$(cat <<TRICK_RENOVATE
- uses: DanySK/Template-for-Gradle-Plugins@8b811d4256990660998076ca8023d300fc594524
- uses: DanySK/Template-for-Gradle-Plugins@2.0.18
- uses: DanySK/[email protected]
TRICK_RENOVATE
)
Expand All @@ -45,7 +45,7 @@ jobs:
with:
path: 'action'
- name: Checkout test repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/[email protected]
with:
repository: ${{ matrix.test[0] }}
path: 'target'
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/[email protected]
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Install Node
Expand Down

0 comments on commit 3738ba5

Please sign in to comment.