Skip to content

Commit

Permalink
Update to newer versions of actions
Browse files Browse the repository at this point in the history
To avoid Node.js 12 deprecation warnings from GitHub Actions
  • Loading branch information
lunkwill42 committed Jan 30, 2023
1 parent 51317e7 commit fbeefed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -28,7 +28,7 @@ jobs:
mkdir -p $HOME/.pip
- name: Cache pip packages
uses: actions/cache@v2
uses: actions/cache@v3
id: pip-cache
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
mv ../nav_* ${GITHUB_RUN_ID}/
- name: Upload package artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Debian package from NAV master branch
path: |
Expand Down

0 comments on commit fbeefed

Please sign in to comment.