From 367f585e5bac2e74d98e367f49e250e779a2612d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Mon, 29 Jan 2024 16:10:15 +0100 Subject: [PATCH] github: Update `actions/cache` GitHub Action to v4 --- .github/workflows/build-linux.yml | 2 +- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-windows.yml | 2 +- .github/workflows/chart-tests.yml | 2 +- .github/workflows/feature-tests.yml | 2 +- .github/workflows/fingerprint-tests.yml | 2 +- .github/workflows/module-tests.yml | 2 +- .github/workflows/other-tests.yml | 2 +- .github/workflows/statistical-tests.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- .github/workflows/validation-tests.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 98517e60f6c..633be2ba4c3 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -29,7 +29,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 833ea3227f7..fa52b1a517c 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -19,7 +19,7 @@ jobs: - name: Pull Docker image run: docker pull ghcr.io/inet-framework/ci-inet:6.0.1-230503 - run: mkdir /home/runner/work/ccache - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: /home/runner/work/ccache # See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index ca88521ed20..5a454228361 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -19,7 +19,7 @@ jobs: - name: Pull Docker image run: docker pull ghcr.io/inet-framework/ci-inet:6.0.1-230503 - run: mkdir /home/runner/work/ccache - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: /home/runner/work/ccache # See: https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache diff --git a/.github/workflows/chart-tests.yml b/.github/workflows/chart-tests.yml index 18bee4a0cb2..25f4ace0223 100644 --- a/.github/workflows/chart-tests.yml +++ b/.github/workflows/chart-tests.yml @@ -24,7 +24,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/feature-tests.yml b/.github/workflows/feature-tests.yml index ee3d9db3664..7424a5e8e40 100644 --- a/.github/workflows/feature-tests.yml +++ b/.github/workflows/feature-tests.yml @@ -26,7 +26,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/fingerprint-tests.yml b/.github/workflows/fingerprint-tests.yml index 9fc6e07e32c..1e0f307ee80 100644 --- a/.github/workflows/fingerprint-tests.yml +++ b/.github/workflows/fingerprint-tests.yml @@ -27,7 +27,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/module-tests.yml b/.github/workflows/module-tests.yml index 0e9b9d86f72..3b3b33eca88 100644 --- a/.github/workflows/module-tests.yml +++ b/.github/workflows/module-tests.yml @@ -25,7 +25,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/other-tests.yml b/.github/workflows/other-tests.yml index 5523a5385c2..ce2be237d46 100644 --- a/.github/workflows/other-tests.yml +++ b/.github/workflows/other-tests.yml @@ -26,7 +26,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/statistical-tests.yml b/.github/workflows/statistical-tests.yml index 624c1acff00..20a69d0c566 100644 --- a/.github/workflows/statistical-tests.yml +++ b/.github/workflows/statistical-tests.yml @@ -24,7 +24,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 6d867614fb8..7ddfbada665 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -25,7 +25,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }} diff --git a/.github/workflows/validation-tests.yml b/.github/workflows/validation-tests.yml index d5ef86b9edd..018dd0f6a8e 100644 --- a/.github/workflows/validation-tests.yml +++ b/.github/workflows/validation-tests.yml @@ -24,7 +24,7 @@ jobs: with: path: inet - run: mkdir -p /home/runner/work/ccache - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: /home/runner/work/ccache key: native-${{ matrix.mode }}-ccache-${{ github.run_id }}