Skip to content

Commit

Permalink
bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Feb 25, 2024
1 parent 6a23467 commit 2f5b463
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 @@ -21,7 +21,7 @@ jobs:
steps:

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

- name: Run Action
uses: ./
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
steps:

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

- name: '${{ matrix.sys.icon }} Setup MSYS2'
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 2f5b463

Please sign in to comment.