Skip to content

Commit 61c3592

Browse files
committed
Update GitHub Action workflows to actions/checkout@v6 (8.2)
1 parent 0b5d050 commit 61c3592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
MYSQL_ROOT_PASSWORD: root
133133
steps:
134134
- name: git checkout
135-
uses: actions/checkout@v5
135+
uses: actions/checkout@v6
136136
- name: apt
137137
uses: ./.github/actions/apt-x32
138138
- name: ccache

0 commit comments

Comments
 (0)