Skip to content

Commit cf07fd6

Browse files
⬆️ Update actions/checkout action to v6
1 parent 8083594 commit cf07fd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: ⤵️ Check out code from GitHub
21-
uses: actions/checkout@v4.3.1
21+
uses: actions/checkout@v6.0.1
2222
- name: 🚀 Run Label Syncer
2323
uses: micnncim/action-label-syncer@v1.3.0
2424
env:

.github/workflows/linting.yaml

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: ⤵️ Check out code from GitHub
19-
uses: actions/checkout@v4.3.1
19+
uses: actions/checkout@v6.0.1
2020
- name: 🏗 Set up Poetry
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
packages: write
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4.3.1
22+
uses: actions/checkout@v6.0.1
2323

2424
- name: Log in to the Container registry
2525
uses: docker/login-action@v3.6.0

0 commit comments

Comments
 (0)