Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent b7fe98a commit 3c1167d
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 @@ -22,7 +22,7 @@ jobs:
target: [release, debug]
bits: [64, 32]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Cache submodules
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- platform: osx
bits: 32 # Only 64-bit supported on macOS.
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Cache submodules
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
needs: [build_docker, build_native]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Godot
uses: lihop/setup-godot@v2
with:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- os: macos-12
bits: 32
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Godot
uses: lihop/setup-godot@v2
with:
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
name: "Check Archive"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Create git archive
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
name: "Check Code Format"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand Down

0 comments on commit 3c1167d

Please sign in to comment.