Skip to content

Commit

Permalink
Merge pull request #5237 from dlubitz/task/update-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
crydotsnake authored Sep 5, 2024
2 parents 6c51db5 + bd873af commit b8223e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Maybe remove base branch label
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
working-directory: .

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ env.NEOS_FOLDER }}

Expand All @@ -96,7 +96,7 @@ jobs:
ini-values: date.timezone="Africa/Tunis", opcache.fast_shutdown=0, apc.enable_cli=on

- name: Checkout development distribution
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: neos/neos-development-distribution
ref: ${{ env.NEOS_TARGET_VERSION }}
Expand All @@ -113,7 +113,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/composer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doctum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-api-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build API documentation
uses: sudo-bot/action-doctum@v5
Expand All @@ -20,7 +20,7 @@ jobs:
cli-args: "--output-format=github --no-ansi --no-progress --ignore-parse-errors --only-version=${{ github.ref_name }}"

- name: Check out documentation site
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: neos/neos.github.io
path: docs-site
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/postgresql-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
working-directory: .

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ env.NEOS_FOLDER }}

Expand All @@ -80,7 +80,7 @@ jobs:
ini-values: date.timezone="Africa/Tunis", opcache.fast_shutdown=0, apc.enable_cli=on

- name: Checkout development distribution
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: neos/neos-development-distribution
ref: ${{ env.NEOS_TARGET_VERSION }}
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/composer
Expand Down

0 comments on commit b8223e2

Please sign in to comment.