We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6908c8 commit 4d09298Copy full SHA for 4d09298
.github/workflows/docker-build.yml
@@ -16,7 +16,7 @@ jobs:
16
if: (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Login to Docker Hub
21
uses: docker/login-action@v2
22
with:
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
- uses: actions/checkout@v4
10
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
11
12
python-version: "3.12"
13
0 commit comments