Skip to content

Commit

Permalink
Merge pull request #2 from wusatosi/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
wusatosi authored Oct 15, 2024
2 parents ca75aa2 + 18ca278 commit 48d16e2
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 @@ -22,7 +22,7 @@ jobs:
run: type -p gh >/dev/null && exit 1 || echo "looks good"

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Invoke
uses: ./
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Invoke
uses: ./
Expand Down

0 comments on commit 48d16e2

Please sign in to comment.