Skip to content

Commit 5033f61

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents eb15d01 + 1bf017e commit 5033f61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: actions/labeler@v5
12+
- uses: actions/checkout@v5
13+
- uses: actions/labeler@v6
1414
with:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1616
sync-labels: true

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up Ruby 2.6
1616
uses: ruby/setup-ruby@v1
1717
with:

0 commit comments

Comments
 (0)