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 ed5bc6b
Show file tree
Hide file tree
Showing 2 changed files with 9 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@v4

- name: Get tag
id: get_tag
Expand Down
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

on:
push:
branches: [ master ]
Expand All @@ -11,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

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

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

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

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

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

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

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

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

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

0 comments on commit ed5bc6b

Please sign in to comment.