Skip to content

Commit

Permalink
Updated github action checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Dec 20, 2023
1 parent 6f4467b commit cb17ff6
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/disabled_workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Azure repositories are not reliable, we need to prevent Azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Template (target=release, tools=no)

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_editor_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Android Editor (target=release_debug, tools=yes)

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Azure repositories are not reliable, we need to prevent azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/http_server_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
artifact: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Linux dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Template (target=release, tools=no)

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Pandemonium build cache
uses: ./.github/actions/pandemonium-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Template (target=release, tools=no)

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Emscripten latest
uses: mymindstorm/setup-emsdk@v12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
artifact: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Linux dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
tools: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Pandemonium build cache
uses: ./.github/actions/pandemonium-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
artifact: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Linux dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tools: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Pandemonium build cache
uses: ./.github/actions/pandemonium-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_x86_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tools: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Pandemonium build cache
uses: ./.github/actions/pandemonium-cache
Expand Down

0 comments on commit cb17ff6

Please sign in to comment.