Skip to content

Commit

Permalink
GitHub: Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
... to silence deprecation warning regarding Node.js 16 actions.
  • Loading branch information
dcommander committed Jan 26, 2024
1 parent 9a1c2e5 commit 196a615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "LJT_OSX_JNI=$LJT_URL/libjpeg-turbo-$LJT_VERSION-jws.zip" >>$GITHUB_ENV
echo "LJT_WINDOWS_JNI=$LJT_URL/libjpeg-turbo-$LJT_VERSION-jws.zip" >>$GITHUB_ENV
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up build
run: |
mkdir -p $HOME/src/vnc.nightly
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
echo "BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}" >$GITHUB_ENV
echo "LJT_URL=https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$LJT_VERSION" >>$GITHUB_ENV
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up build
run: |
sudo apt install -y libxi-dev
Expand All @@ -105,7 +105,7 @@ jobs:
echo "BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}" >$GITHUB_ENV
echo "LJT_URL=https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/$LJT_VERSION" >>$GITHUB_ENV
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up build
run: |
brew install md5sha1sum
Expand Down

0 comments on commit 196a615

Please sign in to comment.