Skip to content

Commit

Permalink
use latest checkout action in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Mar 22, 2024
1 parent 099a072 commit 0107a6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: fetchall
run: git fetch --tags --all
- name: dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: fetchall
run: git fetch --tags --all
- name: dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: fetchall
run: git fetch --tags --all
- name: dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: fetchall
run: git fetch --tags --all
- name: hoerzentrumserver
Expand Down

0 comments on commit 0107a6b

Please sign in to comment.