Skip to content

Commit

Permalink
Merge pull request #176 from murshidazher/renovate/actions-checkout-d…
Browse files Browse the repository at this point in the history
…igest

chore(deps): update actions/checkout digest to a5ac7e5
  • Loading branch information
murshidazher authored May 28, 2024
2 parents 82b540a + d9bd8e3 commit 5ec0f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci') && github.event.pull_request.merged == true"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Use Node.js 20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Use Node.js 20.x
Expand Down

0 comments on commit 5ec0f57

Please sign in to comment.