Skip to content

Commit e4d5769

Browse files
renovate[bot]Jontzii
authored andcommitted
Update actions/checkout action to v6
1 parent 009e2e4 commit e4d5769

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313

1414
- name: Validate
1515
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1

.github/workflows/test-import-export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Build Docker image
2525
run: ${{ github.workspace }}/build_docker_image.sh

0 commit comments

Comments
 (0)