From fb850feeedfddb519bbe5f0141829063eb9e6661 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Sun, 19 Jun 2022 14:07:10 +0200 Subject: Upgrade action runner to v3 --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3