mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
CI: Bump checkout actions (#970)
This commit is contained in:
3
.github/workflows/build-pr.yml
vendored
3
.github/workflows/build-pr.yml
vendored
@@ -13,7 +13,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Configure the build environment.
|
||||
|
||||
|
||||
3
.github/workflows/build-website.yml
vendored
3
.github/workflows/build-website.yml
vendored
@@ -16,7 +16,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'master'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user