Skip to content

Commit 06b8969

Browse files
committed
ci: update GitHub Actions to latest major versions
1 parent f9badce commit 06b8969

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bump-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Checkout OpenAPI repo
1414
env:
1515
GIT_OPENAPI_REPO_PATH: '${{ env.GIT_USER_ID }}/${{ env.GIT_OPENAPI_REPO_ID }}'
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v7
1717
with:
1818
path: ./openapi
1919
ref: master
@@ -38,7 +38,7 @@ jobs:
3838
name: Trigger Event
3939
env:
4040
GIT_OPENAPI_REPO_PATH: '${{ env.GIT_USER_ID }}/${{ env.GIT_OPENAPI_REPO_ID }}'
41-
uses: peter-evans/repository-dispatch@v3
41+
uses: peter-evans/repository-dispatch@v4
4242
with:
4343
token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }}
4444
repository: ${{ env.GIT_OPENAPI_REPO_PATH }}

.github/workflows/release-version.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- id: checkout
1313
name: Checkout repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
token: ${{ secrets.FATTUREINCLOUD_BOT_TOKEN }}
1717

@@ -23,7 +23,7 @@ jobs:
2323
2424
- id: setup-node
2525
name: Setup Node.js
26-
uses: actions/setup-node@v6
26+
uses: actions/setup-node@v7
2727

2828
- id: setup-ruby
2929
name: Setup Ruby
@@ -73,7 +73,7 @@ jobs:
7373
- id: create-tag
7474
name: Create tag
7575
if: ${{ !env.ACT }}
76-
uses: actions/github-script@v8
76+
uses: actions/github-script@v9
7777
with:
7878
github-token: ${{ github.token }}
7979
script: |
@@ -87,7 +87,7 @@ jobs:
8787
- id: configure-rubygems
8888
name: Configure RubyGems credentials
8989
if: ${{ !env.ACT }}
90-
uses: rubygems/configure-rubygems-credentials@v2.0.0
90+
uses: rubygems/configure-rubygems-credentials@v2
9191

9292
- id: publish
9393
name: Push to rubygems.org

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby-version: ["3.2", "3.3", "3.4", "4.0"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v7
2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:

0 commit comments

Comments
 (0)