Skip to content

Commit

Permalink
bump: current GH actions versions (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Apr 18, 2024
1 parent 2b23f0e commit 07d4110
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 52 deletions.
99 changes: 55 additions & 44 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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') }}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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') }}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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') }}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/samples-repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 }}/
Expand Down

0 comments on commit 07d4110

Please sign in to comment.