aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update.yml')
-rw-r--r--.github/workflows/update.yml2
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