Skip to content

Commit

Permalink
chore: Bump checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 2, 2024
1 parent cfcd21a commit b32c10d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- id: install-dependencies
run: yarn
- id: build
Expand All @@ -35,12 +35,7 @@ jobs:
runs-on: ubuntu-latest
name: Integration Tests
steps:
- uses: actions/checkout@v2
if: ${{ !env.ACT }}
- uses: actions/checkout@v2
if: ${{ env.ACT }}
with:
path: actions-slack-notify
- uses: actions/checkout@v4
- uses: ./
if: always()
with:
Expand Down

0 comments on commit b32c10d

Please sign in to comment.