Skip to content

Commit

Permalink
update github actions to latest versions (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjorn248 authored Sep 12, 2024
1 parent 9f1366a commit 44765ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
- name: Checkout LFS Objects
run: git lfs fetch --all
- name: Use Node.js '22.x'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run build --if-present

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js '22.x'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
Expand Down

0 comments on commit 44765ab

Please sign in to comment.