Skip to content

Commit

Permalink
Use newer version of checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Sep 6, 2024
1 parent c0ab7fb commit 653bf33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get tag
id: get_tag
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run setup scripts with Bash
shell: bash
Expand All @@ -26,7 +26,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run setup scripts with Bash
shell: bash
Expand All @@ -39,7 +39,7 @@ jobs:
needs: test-all-ubuntu-bash
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run setup scripts with Zsh
shell: bash
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run PowerShell Core test scripts
run: ./test.ps1
Expand All @@ -72,7 +72,7 @@ jobs:
image: bitnami/git:${{ matrix.git_version }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run setup scripts with Bash
shell: bash
Expand Down

0 comments on commit 653bf33

Please sign in to comment.