1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

CI: Update to actions/checkout@v4 (#3304)

This commit is contained in:
Emil Ernerfeldt
2023-09-05 10:18:38 +02:00
committed by GitHub
parent 8c84bbfde4
commit e3362dafac
2 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check spelling of entire workspace
uses: crate-ci/typos@master