Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit f67b2cd

Browse files
committed
OPS: Use checkout@v4
skipci
1 parent 3e68879 commit f67b2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: "github.event.pull_request.merged == true && !contains(github.event.pull_request.head.message, 'skipci')"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Install Poetry
1919
uses: snok/[email protected]

0 commit comments

Comments
 (0)