Skip to content

Commit

Permalink
ci: updated github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
emajo authored Aug 28, 2024
2 parents a3267d1 + e29b4ef commit 0e8a089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Checkout OpenAPI repo
env:
GIT_OPENAPI_REPO_PATH: '${{ env.GIT_USER_ID }}/${{ env.GIT_OPENAPI_REPO_ID }}'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ./openapi
ref: master
Expand All @@ -38,7 +38,7 @@ jobs:
name: Trigger Event
env:
GIT_OPENAPI_REPO_PATH: '${{ env.GIT_USER_ID }}/${{ env.GIT_OPENAPI_REPO_ID }}'
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }}
repository: ${{ env.GIT_OPENAPI_REPO_PATH }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- id: checkout
name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }}

Expand All @@ -22,7 +22,7 @@ jobs:
- id: setup-node
name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- id: setup-ruby
name: Setup Ruby
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- id: create-tag
name: Create tag
if: ${{ !env.ACT }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ github.token }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ruby-version: ['2.6', '2.7', '3.0', '3.1']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0e8a089

Please sign in to comment.