diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 32ca833f..ab94e812 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 }} diff --git a/.github/workflows/manpage.yml b/.github/workflows/manpage.yml index 5d9cc011..1b244012 100644 --- a/.github/workflows/manpage.yml +++ b/.github/workflows/manpage.yml @@ -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 diff --git a/.github/workflows/pkgbuild.yml b/.github/workflows/pkgbuild.yml index b0c08484..ed41be52 100644 --- a/.github/workflows/pkgbuild.yml +++ b/.github/workflows/pkgbuild.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/pkgdeploy.yaml b/.github/workflows/pkgdeploy.yaml index b9cfd4c5..81a887ab 100644 --- a/.github/workflows/pkgdeploy.yaml +++ b/.github/workflows/pkgdeploy.yaml @@ -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 @@ -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 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0792f9ba..aff8b7c0 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 @@ -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/setup-wsl@v1.2.0 with: distribution: Debian