Skip to content

Commit 7030166

Browse files
deepakprabhakaraory-bot
authored andcommitted
chore: update github actions
GitOrigin-RevId: 20fb5d64bcd762465ea87c563948f1a8e54b642b
1 parent 7846ed6 commit 7030166

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
# Always check the actor is Dependabot to prevent your workflow from failing on non-Dependabot PRs
99
if: ${{ github.actor == 'dependabot[bot]' }}
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v5

.github/workflows/conventional_commits.yml

Lines changed: 1 addition & 1 deletion
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@v5
2828
- id: config
2929
uses: ory/ci/conventional_commit_config@master
3030
with:

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
format:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-go@v3
11+
- uses: actions/checkout@v5
12+
- uses: actions/setup-go@v6
1313
with:
1414
go-version: "1.25"
1515
- run: make format

.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@v5
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: |

.reports/dep-licenses.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"module name","licenses"
2-
"@ory/[email protected].10","Apache-2.0"
2+
"@ory/[email protected].8","Apache-2.0"
33

0 commit comments

Comments
 (0)