Skip to content

Commit

Permalink
Merge pull request #1766 from DannyvdSluijs/Node20-actions-upgrade
Browse files Browse the repository at this point in the history
Node20 actions upgrade
  • Loading branch information
frankdejonge authored Mar 16, 2024
2 parents 4c44347 + b5a6d31 commit fa88776
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-subsplits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ jobs:
runs-on: ubuntu-latest
name: Publish package sub-splits
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
persist-credentials: 'false'
- uses: frankdejonge/use-github-token@1.0.2
- uses: frankdejonge/use-github-token@1.1.0
with:
authentication: 'frankdejonge:${{ secrets.PERSONAL_ACCESS_TOKEN }}'
user_name: 'Frank de Jonge'
user_email: '[email protected]'
- name: Cache splitsh-lite
id: splitsh-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: './.splitsh'
key: '${{ runner.os }}-splitsh'
- uses: frankdejonge/use-subsplit-publish@1.0.0
- uses: frankdejonge/use-subsplit-publish@1.1.0
with:
source-branch: '3.x'
config-path: './config.subsplit-publish.json'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
phpstan: false
phpunit-flags: '--no-coverage'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: docker-compose -f docker-compose.yml up -d
- name: Start an SSH Agent
uses: frankdejonge/use-ssh-agent@1.0.2
uses: frankdejonge/use-ssh-agent@1.1.0
- run: chmod 0400 ./test_files/sftp/id_*
- id: ssh_agent
run: ssh-add ./test_files/sftp/id_rsa
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/set-subsplit-default-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Set default git branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
persist-credentials: 'false'
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
script: |
Expand Down

0 comments on commit fa88776

Please sign in to comment.