Skip to content

Commit

Permalink
Pin all actions to their current releases' SHA in test
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 17, 2024
1 parent 3b45b50 commit a9992a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- uses: ./
with:
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- uses: ./

Expand Down

0 comments on commit a9992a1

Please sign in to comment.