Skip to content

Commit

Permalink
CI: bump workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 22, 2024
1 parent 63e1455 commit 0fccecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: '3.x'}
- name: set PYSHA
run: echo "PYSHA=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PYSHA }}|${{ hashFiles('.pre-commit-config.yaml') }}
Expand All @@ -21,7 +21,7 @@ jobs:
snap-gh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: clone source
run: |
git clone https://${GITHUB_TOKEN}@github.com/casperdcl/cli --branch snap
Expand Down

0 comments on commit 0fccecb

Please sign in to comment.