Skip to content

Commit

Permalink
Upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Nov 28, 2023
1 parent 004b957 commit bff3d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
outputs:
matches: ${{ steps.for-each-4.outputs.matches }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run colpal/actions-for-each
id: for-each-1
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- path: fixtures/run-b/
value: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: test "$VALUE" = "$(cat $FILE)"
env:
VALUE: ${{ matrix.value }}
Expand Down

0 comments on commit bff3d24

Please sign in to comment.