diff options
author | Jamy Golden <jamy@jamygolden.com> | 2022-06-19 14:07:10 +0200 |
---|---|---|
committer | Jamy Golden <jamy@jamygolden.com> | 2022-06-19 14:07:10 +0200 |
commit | fb850feeedfddb519bbe5f0141829063eb9e6661 (patch) | |
tree | 92af9f9a870374335c0ad0d620f99d9f00ec935c /.github | |
parent | 695e4a4ab7e9164def517f8a6c8f1271dccf82a6 (diff) |
Upgrade action runner to v3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8e74a70..34c6dfa 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -17,7 +17,7 @@ jobs: - name: Install pybase16 run: pip install pybase16-builder - name: Fetch the repository code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run make run: make - name: Commit the changes, if any |