Skip to content

Commit

Permalink
Update actions from @V3 to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevleibelt committed Mar 6, 2024
1 parent 690f4bd commit 473ab98
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lts_dkms_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: timetag
run: echo "timestamp=$(date +'%Y%m%d')" >> "$GITHUB_ENV"
- name: Check out codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install requirements
run: |
pacman -Sy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lts_no_dkms_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: timetag
run: echo "timestamp=$(date +'%Y%m%d')" >> "$GITHUB_ENV"
- name: Check out codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install requirements
run: |
pacman -Sy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no_lts_dkms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: timetag
run: echo "timestamp=$(date +'%Y%m%d')" >> "$GITHUB_ENV"
- name: Check out codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install requirements
run: |
pacman -Sy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no_lts_no_dkms_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: timetag
run: echo "timestamp=$(date +'%Y%m%d')" >> "$GITHUB_ENV"
- name: Check out codebase
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install requirements
run: |
pacman -Sy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit 473ab98

Please sign in to comment.