diff --git a/.github/workflows/build-and-publish-github-pages.yml b/.github/workflows/build-and-publish-github-pages.yml index 3b22ca57..4ce9a0c7 100644 --- a/.github/workflows/build-and-publish-github-pages.yml +++ b/.github/workflows/build-and-publish-github-pages.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | npm install diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 029ef151..9c09a37b 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -24,7 +24,7 @@ jobs: gateways: ${{ steps.set-matrix.outputs.gateways }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set matrix data id: set-matrix run: | @@ -99,7 +99,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Download Artifacts uses: actions/download-artifact@v4 with: