Skip to content

Commit

Permalink
ci: update workflows (#22)
Browse files Browse the repository at this point in the history
* update tests workflow

* update workflow
  • Loading branch information
andreiio authored Oct 17, 2022
1 parent ca5dd20 commit aa1ad12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- id: current-version
name: Get current version
Expand All @@ -23,7 +23,7 @@ jobs:

- id: latest-version
name: Get latest version
uses: pozetroninc/github-action-get-latest-release@v0.5.0
uses: pozetroninc/github-action-get-latest-release@v0.6.0
with:
repository: lucaburgio/iconoir

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Create pull request
if: steps.new-version.outputs.exists
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
commit-message: "chore: update to iconoir ${{ steps.latest-version.outputs.release }}"
title: "chore: update to iconoir ${{ steps.latest-version.outputs.release }}"
Expand Down

0 comments on commit aa1ad12

Please sign in to comment.