summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2023-01-29 17:54:29 +0100
committerGitHub <noreply@github.com>2023-01-29 17:54:29 +0100
commitd2d44158f9eb12d79c5e6220c2cb9f24e50d4c3c (patch)
tree094f8b73f21ed932f1ab07452b89ef2428d0142d /.github/workflows/lint.yml
parent79ea0746fa389df838d5db70506cb6799b432078 (diff)
downloadjack2-d2d44158f9eb12d79c5e6220c2cb9f24e50d4c3c.tar.gz
Upgrade GitHub Actions (#911)
* Upgrade GitHub Actions * https://github.com/actions/cache/releases * https://github.com/actions/checkout/releases * https://github.com/actions/upload-artifact/releases * Upgrade GitHub Actions
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index eeeb0227..91845d1b 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update