Skip to content

Commit

Permalink
Merge pull request #2243 from saltstack/renovate/github-actions-minor…
Browse files Browse the repository at this point in the history
…patch

chore: pin dependencies
  • Loading branch information
dafyddj authored Nov 24, 2024
2 parents c054684 + dbaa8cf commit 4bf8892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
additional-packages: [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
if: runner.debug || fromJSON(steps.sem-rel.outputs.new-release-published)
- name: Transform dumped repo data to Renovate-style JSON
if: runner.debug || fromJSON(steps.sem-rel.outputs.new-release-published)
Expand All @@ -161,14 +161,14 @@ jobs:
ls --almost-all --recursive --ignore node_modules --ignore .git
echo "::endgroup::"
fi
- uses: peaceiris/[email protected]
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
if: fromJSON(steps.sem-rel.outputs.new-release-published)
with:
commit_message: |
deploy: ${{ steps.sem-rel.outputs.git-tag }}
destination_dir: ${{ steps.sem-rel.outputs.git-tag }}
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: peaceiris/[email protected]
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
if: fromJSON(steps.sem-rel.outputs.new-release-published)
with:
commit_message: |
Expand Down

0 comments on commit 4bf8892

Please sign in to comment.