Skip to content

Commit

Permalink
Update actions/checkout & use hash (JuliaLang#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann committed Nov 2, 2021
1 parent 13a5c67 commit 16e731e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Automatic Rebase
uses: cirrus-actions/rebase@c473b716e3fcde0c6bf67416e2c2882830ad40f6 # 1.5
uses: cirrus-actions/rebase@c473b716e3fcde0c6bf67416e2c2882830ad40f6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/configlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main
Expand Down

0 comments on commit 16e731e

Please sign in to comment.