diff --git a/.github/workflows/changelog-cutoff.yml b/.github/workflows/changelog-cutoff.yml index e34d4583f8..da1d43b796 100644 --- a/.github/workflows/changelog-cutoff.yml +++ b/.github/workflows/changelog-cutoff.yml @@ -20,7 +20,7 @@ jobs: - name: Check branch run: echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$' - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/console-e2e.yml b/.github/workflows/console-e2e.yml index 1c6030d6b5..d3a3f5bfe1 100644 --- a/.github/workflows/console-e2e.yml +++ b/.github/workflows/console-e2e.yml @@ -36,7 +36,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: false @@ -63,7 +63,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true @@ -125,7 +125,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true @@ -140,7 +140,7 @@ jobs: sudo apt-get update sudo apt-get --only-upgrade install google-chrome-stable google-chrome --version - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Download build artifacts with: name: "build-files" @@ -222,7 +222,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true @@ -232,7 +232,7 @@ jobs: uses: ./.github/actions/build-mage - name: Install Node and Dependencies uses: ./.github/actions/install-node-and-deps - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 name: Download build artifacts with: name: "build-files" diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-branch.yml index 287cd7187f..b1e0859d49 100644 --- a/.github/workflows/create-release-branch.yml +++ b/.github/workflows/create-release-branch.yml @@ -23,7 +23,7 @@ jobs: - name: Check branch run: echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$' - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index c73f83430f..c942a64c72 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Fetch base ref run: git fetch origin ${{ github.base_ref }} - name: Install Go and Dependencies diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e90ad0ea9f..f0f9e561ad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage @@ -91,7 +91,7 @@ jobs: env: AWS_REGION: '${{ secrets.AWS_REGION }}' - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 8e2dcf6c1e..6268b4aeea 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage @@ -50,7 +50,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage diff --git a/.github/workflows/mergeability.yml b/.github/workflows/mergeability.yml index b7e92f83c4..5681dcef33 100644 --- a/.github/workflows/mergeability.yml +++ b/.github/workflows/mergeability.yml @@ -30,7 +30,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.BOT_TOKEN }} ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index d6ed483b5e..af1a5a9a31 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage diff --git a/.github/workflows/release-rc.yml b/.github/workflows/release-rc.yml index e1899af05d..8c2dab22d4 100644 --- a/.github/workflows/release-rc.yml +++ b/.github/workflows/release-rc.yml @@ -19,7 +19,7 @@ jobs: - name: Check branch run: echo "${{ github.ref_name }}" | grep -Pq '^release/v3\.\d+\.\d+$' - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index fd3e4aa579..8b3886bb04 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 76d51de817..fb972605c4 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -35,7 +35,7 @@ jobs: export VERSION=$(echo ${{ github.ref_name }} | grep -Po '3\.\d+.\d+') echo "result=$VERSION" >> $GITHUB_OUTPUT - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true