Skip to content

Commit

Permalink
ci: update versions of 3rd party actions [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 29, 2024
1 parent abb442c commit a7719b6
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
aws-region: eu-central-1

# We need this step because of the `aws-nuke.yml` config which is stored in our repo.
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run AWS Nuke
run: >
Expand All @@ -45,11 +45,11 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: yarn --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/rebuildCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
runs-on: ubuntu-latest
needs: cache-keys
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: .yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cached-packages
with:
path: .webiny/cached-packages
Expand All @@ -54,21 +54,21 @@ jobs:
runs-on: ubuntu-latest
needs: cache-keys
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: next

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: next/.yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('next/**/yarn.lock') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: cached-packages
with:
path: next/.webiny/cached-packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: webiny-build-packages
environment: release
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.client_payload.branch }}
fetch-depth: 0
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/stablePush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
day: ${{ steps.get-day.outputs.day }}
ts: ${{ steps.get-timestamp.outputs.ts }}
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get day of the month
id: get-day
Expand All @@ -35,19 +35,19 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: .yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: global-daily-packages-cache
with:
path: .webiny/cached-packages
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Build packages
run: yarn build:quick

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .webiny/cached-packages
key: packages-cache-${{ needs.init.outputs.ts }}
Expand All @@ -74,20 +74,20 @@ jobs:
BETA_VERSION: ${{ vars.BETA_VERSION }}
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .webiny/cached-packages
key: packages-cache-${{ needs.init.outputs.ts }}
Expand Down Expand Up @@ -121,21 +121,21 @@ jobs:
LATEST_VERSION: ${{ vars.LATEST_VERSION }}
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .webiny/cached-packages
key: packages-cache-${{ needs.init.outputs.ts }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/versionApproval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
day: ${{ steps.get-day.outputs.day }}
ts: ${{ steps.get-timestamp.outputs.ts }}
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get day of the month
id: get-day
Expand All @@ -39,19 +39,19 @@ jobs:
outputs:
version: ${{ steps.determine-release-version.outputs.version }}
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: .yarn/cache
key: yarn-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
id: global-daily-packages-cache
with:
path: .webiny/cached-packages
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Build packages
run: yarn build:quick

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .webiny/cached-packages
key: packages-cache-${{ needs.init.outputs.ts }}
Expand All @@ -85,6 +85,6 @@ jobs:
runs-on: webiny-build-packages
environment: release
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18

0 comments on commit a7719b6

Please sign in to comment.