Skip to content

Commit

Permalink
.github: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartolini committed Dec 2, 2024
1 parent 81e6b67 commit 9033cc6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: prepare
run: |
sudo apt-get update
Expand All @@ -21,7 +21,7 @@ jobs:
android-arm:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: prepare
run: |
sudo apt-get update
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
html5:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: prepare
run: |
git clone https://github.com/emscripten-core/emsdk.git
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: prepare
run: |
sudo apt-get update
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
windows:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: luajit
shell: cmd
run: |
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [android-arm, html5, linux, windows]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: format
run: |
make MAKE_JOBS=2 format-sources
Expand Down

0 comments on commit 9033cc6

Please sign in to comment.