Skip to content

Commit

Permalink
ci: upgrade actions/checkout and actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Sep 4, 2024
1 parent 2d6103b commit 4bc7586
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Documentation Deployment
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: deploy manpages to website
env:
GH_TOKEN: ${{ secrets.GITLAB_DEPLOY_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Manpage Generate and Deployment
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pkgbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Debian
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand All @@ -31,7 +31,7 @@ jobs:
name: Pengwin
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
name: RPM - OpenSUSE Build Service
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
name: RPM - Cool Other Package Repo
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-20.04
needs: tests
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
needs: tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: ShellCheck Tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pre-requisites
run: |
sudo apt-get update -qq
Expand All @@ -26,7 +26,7 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: Vampire/[email protected]
with:
distribution: Debian
Expand Down

0 comments on commit 4bc7586

Please sign in to comment.