Skip to content

Commit

Permalink
chore: merge next
Browse files Browse the repository at this point in the history
  • Loading branch information
leopuleo committed Feb 5, 2024
2 parents ce03eef + bcbe9f8 commit be376e2
Show file tree
Hide file tree
Showing 201 changed files with 4,444 additions and 4,878 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
Loading

0 comments on commit be376e2

Please sign in to comment.