Skip to content

Commit f3d8689

Browse files
chore(deps): update github actions
1 parent 958aceb commit f3d8689

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v6
37-
- uses: dorny/paths-filter@v3.0.2
37+
- uses: dorny/paths-filter@v4.0.1
3838
id: filter
3939
with:
4040
base: master
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
go-version: "1.26"
156156
- name: Login to Docker Hub
157-
uses: docker/login-action@v3
157+
uses: docker/login-action@v4
158158
with:
159159
username: ${{ secrets.DOCKERHUB_USERNAME }}
160160
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/closed_references.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
name: Find closed references
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v6
2323
- uses: actions/setup-node@v2-beta
2424
with:
25-
node-version: "14"
25+
node-version: "24"
2626
- uses: ory/closed-reference-notifier@v1
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/conventional_commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Validate PR title
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v6
2828
- id: config
2929
uses: ory/ci/conventional_commit_config@master
3030
with:
@@ -46,7 +46,7 @@ jobs:
4646
deps
4747
docs
4848
default_require_scope: false
49-
- uses: amannn/action-semantic-pull-request@v4
49+
- uses: amannn/action-semantic-pull-request@v6
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
with:

.github/workflows/cve-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
go-version: "1.26"
2222
- name: Set up QEMU
23-
uses: docker/setup-qemu-action@v3
23+
uses: docker/setup-qemu-action@v4
2424
- name: Set up Docker Buildx
25-
uses: docker/setup-buildx-action@v3
25+
uses: docker/setup-buildx-action@v4
2626
- name: Build images
2727
shell: bash
2828
run: |

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v6
2020
- name: Synchronize Issue Labels
2121
uses: ory/label-sync-action@v0
2222
with:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.repository_owner == 'ory'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v4
15+
- uses: actions/stale@v10
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: |

0 commit comments

Comments
 (0)