We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba1ef2 commit b92e804Copy full SHA for b92e804
2 files changed
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
27
28
- name: Black Code Formatter
29
# You may pin to the exact commit or the version.
.github/workflows/python-publish.yml
@@ -8,7 +8,7 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v4.3.1
+ - uses: actions/checkout@v6.0.3
12
- name: Set up Python
13
uses: actions/setup-python@v4.9.1
14
with:
0 commit comments