Skip to content

Commit 748485b

Browse files
committed
GitHub: Update checkout, AWS credentials actions
... to silence deprecation warning regarding Node.js 12 and 16 actions.
1 parent 93254d3 commit 748485b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}" >$GITHUB_ENV
2323
echo "LJT_URL=https://s3.amazonaws.com/libjpeg-turbo-pr/3.0.x/linux" >>$GITHUB_ENV
2424
- name: Check out code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Set up build
2727
run: |
2828
mkdir -p $HOME/src/vgl.nightly
@@ -51,7 +51,7 @@ jobs:
5151
mv $HOME/src/vgl.nightly/latest/log-${{github.job}}.txt $HOME/src/vgl.nightly/latest/files/
5252
- name: Configure AWS
5353
if: ${{github.event_name != 'pull_request'}}
54-
uses: aws-actions/configure-aws-credentials@v1
54+
uses: aws-actions/configure-aws-credentials@v4
5555
with:
5656
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID}}
5757
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY}}

0 commit comments

Comments
 (0)