Skip to content

Commit

Permalink
Merge pull request #445 from manala/all/update-github-actions
Browse files Browse the repository at this point in the history
[All] Update github actions versions
  • Loading branch information
nervo authored Sep 11, 2024
2 parents e9b28ac + 23c4699 commit 1c4a564
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Setup container with Manala'
uses: ./.manala/github/deliveries/setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Setup container with Manala'
uses: ./.manala/github/deliveries/setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:

- name: Checkout {{ $delivery_name }} (ref "{{ $delivery_ref }}")
if: {{ $delivery_if }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: {{ $delivery_ref }}
{{ `path: deliveries/${{ inputs.app && format('{0}/', inputs.app) || '' }}${{ inputs.tier }}` }}
Expand Down
2 changes: 1 addition & 1 deletion elao.app.docker/.manala/github/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Setup container with Manala'
uses: ./.manala/github/integration/setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
run: mkdir -p .manala/.cache

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.INPUT_DIR }}/.manala/.cache
key: app-dependencies-${{ hashFiles(format('{0}/**/composer.lock', env.INPUT_DIR), format('{0}/**/package-lock.json', env.INPUT_DIR), format('{0}/**/yarn.lock', env.INPUT_DIR)) }}-${{ github.workflow }}-${{ github.job }}
Expand Down
2 changes: 1 addition & 1 deletion elao.app.docker/.manala/github/manala-up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

- name: 'Checkout'
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: 'Check .manala changes are up-to-date'
uses: manala/setup-manala-action@master
Expand Down
4 changes: 2 additions & 2 deletions elao.app.docker/.manala/github/reset-stagings/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: {{ `'Reset hard $tierRef branch on ${{ github.event.inputs.ref }}'` | replace "$tierRef" $tierRef }}
uses: nicksnell/action-reset-repo@master
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4
{{- range $app := $apps }}

- name: 'Trigger release workflow for {{ $app }}@{{ $tierRef }}'
Expand Down
2 changes: 1 addition & 1 deletion elao.app.docker/.manala/github/system/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
run: mkdir -p .manala/.cache
- name: Cache dependencies
if: inputs.setup != 'false'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .manala/.cache
key: app-dependencies-${{ hashFiles('**/composer.lock', '**/package-lock.json', '**/yarn.lock') }}-${{ github.workflow }}-${{ github.job }}
Expand Down
4 changes: 2 additions & 2 deletions elao.app.docker/.manala/github/system/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ runs:
steps:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# Expose ACTIONS_CACHE_URL & ACTIONS_RUNTIME_TOKEN
# to be consumed by docker github action cache
# See: https://docs.docker.com/build/cache/backends/gha/
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3

- name: Set environment variables file
if: inputs.docker_env != ''
Expand Down
2 changes: 1 addition & 1 deletion elao.app.docker/MIGRATION.2022-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The changes should look like:
+
steps:
- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Deploy'
uses: ./.manala/github/deliveries
Expand Down
4 changes: 2 additions & 2 deletions lazy.ansible/.manala/github/system/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ runs:
steps:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# Expose ACTIONS_CACHE_URL & ACTIONS_RUNTIME_TOKEN
# to be consumed by docker github action cache
# See: https://docs.docker.com/build/cache/backends/gha/
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3

- name: Set environment variables file
if: inputs.docker_env != ''
Expand Down
4 changes: 2 additions & 2 deletions lazy.kubernetes/.manala/github/system/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ runs:
steps:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# Expose ACTIONS_CACHE_URL & ACTIONS_RUNTIME_TOKEN
# to be consumed by docker github action cache
# See: https://docs.docker.com/build/cache/backends/gha/
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3

- name: Set environment variables file
if: inputs.docker_env != ''
Expand Down
4 changes: 2 additions & 2 deletions lazy.symfony/.manala/github/system/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ runs:
steps:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# Expose ACTIONS_CACHE_URL & ACTIONS_RUNTIME_TOKEN
# to be consumed by docker github action cache
# See: https://docs.docker.com/build/cache/backends/gha/
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v2
uses: crazy-max/ghaction-github-runtime@v3

- name: Set environment variables file
if: inputs.docker_env != ''
Expand Down

0 comments on commit 1c4a564

Please sign in to comment.