From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:37:46 +0000 (+0000) Subject: build(deps): bump actions/checkout from 1 to 4 X-Git-Tag: v2.42-start~207 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75f3568b6cde6e703aea6ebc85deaa1c00926c56;p=thirdparty%2Futil-linux.git build(deps): bump actions/checkout from 1 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v1...v4) --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 2aacc49d1..5c67600c5 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -35,7 +35,7 @@ jobs: env: ${{ matrix.env }} steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -65,7 +65,7 @@ jobs: COVERAGE: yes steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure & Make @@ -90,7 +90,7 @@ jobs: SANITIZE: no steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Meson configure @@ -111,7 +111,7 @@ jobs: TRANSLATE_MANPAGES: yes steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -136,7 +136,7 @@ jobs: image: ${{ matrix.image }} steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: .github/workflows/cibuild-setup-ubuntu.sh - name: Configure @@ -163,7 +163,7 @@ jobs: - arch: armv7 steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - uses: uraimo/run-on-arch-action@v2 with: arch: ${{ matrix.arch }} @@ -212,7 +212,7 @@ jobs: COMPILER: none steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: OpenWrt environment diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d53f74e8a..f27ec5739 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b86c00a5c..74a69e5ee 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -18,7 +18,7 @@ jobs: COVERITY_SCAN_TOKEN: "${{ secrets.COVERITY_SCAN_TOKEN }}" steps: - name: Repository checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Ubuntu setup run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh - name: Configure diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index c411e52e0..542aea983 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Repository checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0