Skip to content

Commit 9ff42fb

Browse files
committed
Bump GitHub Actions dependencies
1 parent 14fa3ac commit 9ff42fb

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ jobs:
2525
php-version: ["8.1", "8.0", "7.4", "7.3"]
2626

2727
steps:
28-
- uses: actions/checkout@v2
29-
- name: Git Commit Hash
30-
id: git_commit
31-
run: |
32-
echo "::set-output name=hash::$(git rev-parse HEAD)"
28+
- uses: actions/checkout@v3
3329

3430
- name: Cancel Previous Runs
3531
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.1')
36-
uses: styfle/cancel-workflow-action@0.6.0
32+
uses: styfle/cancel-workflow-action@0.11.0
3733
with:
3834
access_token: ${{ github.token }}
3935

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: repo-sync
11-
uses: wei/git-sync@v2
11+
uses: wei/git-sync@v3
1212
with:
1313
source_repo: "https://github.com/Frederick888/php-bencode.git"
1414
source_branch: "refs/remotes/source/*"
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: repo-sync
23-
uses: wei/git-sync@v2
23+
uses: wei/git-sync@v3
2424
with:
2525
source_repo: "https://github.com/Frederick888/php-bencode.git"
2626
source_branch: "refs/tags/*"

0 commit comments

Comments
 (0)