Skip to content

Commit

Permalink
Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ondrejmirtes committed Sep 18, 2023
1 parent 845cafc commit f49d82c
Show file tree
Hide file tree
Showing 16 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-identifier-extractor.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docker-nightly.yml
Expand Up @@ -33,24 +33,24 @@ jobs:
image-tag-suffix: "-php8.2"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to ghcr
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./docker
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/docker-stable.yml
Expand Up @@ -27,17 +27,17 @@ jobs:
image-tag-suffix: "-php8.2"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to ghcr
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -48,7 +48,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: ./docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-tests-run.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/extension-tests.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
checksum-result: ${{ steps.checksum-difference.outputs.result }}
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/extract-identifiers.yml
Expand Up @@ -38,10 +38,10 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ matrix.repository }}
path: "identifier-extractor/repo"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}

Expand All @@ -109,7 +109,7 @@ jobs:
run: "php merge.php > ../website/src/errorsIdentifiers.json"

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PHPSTANBOT_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PHPSTANBOT_KEY_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-run.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/upload-artifact@v3
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/integration-tests.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
checksum-result: ${{ steps.checksum-difference.outputs.result }}
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand All @@ -428,7 +428,7 @@ jobs:
name: phar-file

- name: "Checkout project"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "${{ matrix.repo }}"
ref: "${{ matrix.ref }}"
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -509,7 +509,7 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other-tests-run.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/upload-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/other-tests.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
checksum-result: ${{ steps.checksum-difference.outputs.result }}
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: "phpstan/phpstan"
ref: ${{ inputs.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Create release"
uses: softprops/action-gh-release@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sponsors.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
-
name: Import GPG key
id: import-gpg
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PHPSTANBOT_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PHPSTANBOT_KEY_PASSPHRASE }}
Expand All @@ -29,7 +29,7 @@ jobs:
git_commit_gpgsign: true

- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-playground-api.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install Node"
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-playground-runner.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install Node"
uses: actions/setup-node@v3
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Install Node"
uses: actions/setup-node@v3
Expand Down

0 comments on commit f49d82c

Please sign in to comment.