Skip to content

Commit

Permalink
Update used actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mchv committed May 15, 2024
1 parent b8b0617 commit f6b4737
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
LAST_TEAMCITY_BUILD=650
echo "BUILD_NUMBER=$(( $GITHUB_RUN_NUMBER + $LAST_TEAMCITY_BUILD ))" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Setup AWS credentials to enable uploading to S3 for Riff-Raff.
# See https://github.com/aws-actions/configure-aws-credentials
Expand All @@ -32,8 +32,9 @@ jobs:
aws-region: eu-west-1

- run: corepack enable

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"

Expand Down

0 comments on commit f6b4737

Please sign in to comment.