Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  Bump actions/cache from 4.0.0 to 4.0.1
  Bump frankdejonge/use-github-token from 1.0.2 to 1.1.0
  Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
acrobat committed Mar 5, 2024
2 parents d7b7894 + 7b70b14 commit 2c8fd1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: composer-cache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3.3.2
- uses: actions/cache@v4.0.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/subtree-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
persist-credentials: false
fetch-depth: 0

- uses: frankdejonge/use-github-token@1.0.2
- uses: frankdejonge/use-github-token@1.1.0
with:
authentication: 'kunstmaanlabs:${{ secrets.SPLITTER_TOKEN }}'
user_name: 'Kunstmaan CMS'
user_email: '[email protected]'

- name: Cache splitsh-lite
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: |
./splitsh
Expand Down

0 comments on commit 2c8fd1e

Please sign in to comment.