Skip to content

Commit

Permalink
CI: fixed Node.js 12 actions deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Mar 22, 2023
1 parent 95c109a commit 0da2a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, we do not need to create own token.
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.repository == 'CESNET/GPUJPEG' && github.ref == 'refs/heads/master'
with:
persist-credentials: true
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Install
run: |
sudo apt update
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: install CUDA
run: |
choco install cuda -y --no-progress
Expand Down

0 comments on commit 0da2a3a

Please sign in to comment.