Skip to content

Commit e4f078f

Browse files
ci(deps): bump actions/checkout from 5 to 6 (#29)
1 parent 9de1ef6 commit e4f078f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
with:
1515
token: ${{ secrets.COATL_BOT_GH_TOKEN }}
1616

.github/workflows/docker-build-push-multi-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
platform: linux/arm64
8585
steps:
8686
- name: Checkout repository
87-
uses: actions/checkout@v5
87+
uses: actions/checkout@v6
8888

8989
- name: Prepare
9090
id: prepare

0 commit comments

Comments
 (0)