Skip to content

Commit 0fccecb

Browse files
committed
CI: bump workflow actions
1 parent 63e1455 commit 0fccecb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/daily.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
check:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-python@v5
1212
with: {python-version: '3.x'}
1313
- name: set PYSHA
1414
run: echo "PYSHA=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v4
1616
with:
1717
path: ~/.cache/pre-commit
1818
key: pre-commit|${{ env.PYSHA }}|${{ hashFiles('.pre-commit-config.yaml') }}
@@ -21,7 +21,7 @@ jobs:
2121
snap-gh:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: clone source
2626
run: |
2727
git clone https://${GITHUB_TOKEN}@github.com/casperdcl/cli --branch snap

0 commit comments

Comments
 (0)