From 07d411071a0d1f36afccb6b5805636767e56e44e Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:41:43 +0200 Subject: [PATCH] bump: current GH actions versions (#2097) --- .github/workflows/ci.yml | 99 ++++++++++++++----------- .github/workflows/documentation.yml | 8 +- .github/workflows/fossa.yml | 4 +- .github/workflows/samples-repo-sync.yml | 8 +- 4 files changed, 67 insertions(+), 52 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 542b3db601..e5373144d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -33,8 +34,8 @@ jobs: - name: Restore Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier @@ -77,8 +78,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -88,8 +90,8 @@ jobs: - name: Cache Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier @@ -110,8 +112,8 @@ jobs: - name: Cache Maven repository # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('maven-java/pom.xml') }} @@ -160,8 +162,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -171,8 +174,8 @@ jobs: - name: Restore Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier @@ -214,8 +217,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -225,8 +229,8 @@ jobs: - name: Restore Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier @@ -268,8 +272,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -287,8 +292,8 @@ jobs: - name: Cache Maven repository # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('maven-java/pom.xml') }} @@ -331,8 +336,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -342,8 +348,8 @@ jobs: - name: Restore Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier @@ -385,8 +391,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -396,8 +403,8 @@ jobs: - name: Restore Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier @@ -445,8 +452,9 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -480,8 +488,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -491,8 +500,8 @@ jobs: - name: Restore Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier @@ -596,8 +605,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -614,8 +624,8 @@ jobs: - name: Cache Maven repository # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('maven-java/pom.xml') }} @@ -708,8 +718,9 @@ jobs: steps: - name: Checkout - # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Checkout GitHub merge if: github.event.pull_request @@ -719,8 +730,8 @@ jobs: - name: Restore Coursier cache # https://github.com/actions/cache/releases - # v3.3.1 - uses: actions/cache/restore@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + # v4.0.2 + uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: | ~/.cache/coursier diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 261885a570..7d54c24c4d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,8 +16,8 @@ jobs: steps: - name: Checkout # https://github.com/actions/checkout/releases - # v3.5.0 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Cache Coursier cache # https://github.com/coursier/cache-action/releases @@ -39,8 +39,8 @@ jobs: steps: - name: Checkout # https://github.com/actions/checkout/releases - # v3.5.0 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://vale.sh - name: Vale diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 32a7b5f93e..7bd9fcae62 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -16,8 +16,8 @@ jobs: steps: - name: Checkout # https://github.com/actions/checkout/releases - # v3.5.0 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Cache Coursier cache # https://github.com/coursier/cache-action/releases diff --git a/.github/workflows/samples-repo-sync.yml b/.github/workflows/samples-repo-sync.yml index a113ff83e5..79e19384ea 100644 --- a/.github/workflows/samples-repo-sync.yml +++ b/.github/workflows/samples-repo-sync.yml @@ -15,7 +15,9 @@ jobs: steps: - name: Checkout JVM SDK - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: path: kalix-jvm-sdk sparse-checkout: | @@ -28,7 +30,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.KALIX_BOT_ACCESS_TOKEN }} - name: Checkout sample in kalix.io - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + # https://github.com/actions/checkout/releases + # v4.1.1 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: repository: kalix-io/${{ matrix.public-repo }} path: ${{ matrix.public-repo }}/