We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 918e5f3 + 0161de8 commit eaa3f11Copy full SHA for eaa3f11
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
git config --global user.name "$GITHUB_ACTOR"
20
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
21
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
22
with:
23
python-version: 3.x
24
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
.github/workflows/directory_writer.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
11
fetch-depth: 0
12
13
14
15
- name: Write DIRECTORY.md
0 commit comments