- commit
- bd2fb6cd108fde8e1119b72cf4a14229adbedc93
- parent
- 15d5a63c6c5d52c47241b42bd841dd3a191c0247
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-01-08 16:49
github-actions: update checkout
Diffstat
| M | .github/workflows/main.yml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs: 5 5 build: 6 6 runs-on: ubuntu-latest 7 7 steps:8 -1 - uses: actions/checkout@v3-1 8 - uses: actions/checkout@v4 9 9 - run: | 10 10 make a11y-outline.firefox.zip 11 11 make a11y-outline.chromium.zip