Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.2 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 24b278a commit 747f0c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: barichello/godot-ci:3.4.2
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
- name: Setup
run: |
mkdir -p ~/.local/share/godot/templates/
Expand All @@ -35,7 +35,7 @@ jobs:
image: barichello/godot-ci:3.4.2
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
- name: Setup
run: |
mkdir -p ~/.local/share/godot/templates/
Expand All @@ -57,7 +57,7 @@ jobs:
image: barichello/godot-ci:3.4.2
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
- name: Setup
run: |
mkdir -p ~/.local/share/godot/templates/
Expand All @@ -79,7 +79,7 @@ jobs:
image: barichello/godot-ci:3.4.2
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0
- name: Setup
run: |
mkdir -p ~/.local/share/godot/templates/
Expand Down

0 comments on commit 747f0c1

Please sign in to comment.