There was an error while loading. Please reload this page.
2 parents 4e1c5d3 + bce1723 commit c907b1fCopy full SHA for c907b1f
1 file changed
.github/workflows/test_and_deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout Repository
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
- name: Set up Python 3.13
22
uses: actions/setup-python@v5
23
with:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
- name: Get current date
68
id: date
69
run: echo "::set-output name=date::$(date +'%Y%m%d')"
0 commit comments