Skip to content

Commit

Permalink
Merge pull request gridcoin-community#2763 from div72/bump-ci
Browse files Browse the repository at this point in the history
ci, cd: bump action versions
  • Loading branch information
jamescowens committed May 8, 2024
2 parents 5ac7984 + 8dee3d3 commit 2c25758
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: current time for cache
run: echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
- name: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./depends/built
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
OS_NAME: linux
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: current time for cache
run: echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
- name: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./depends/built
Expand All @@ -60,11 +60,11 @@ jobs:
OS_NAME: macos
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: current time for cache
run: echo "TIMESTAMP=$(date +%s)" >> $GITHUB_ENV
- name: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
./ci/scratch/.ccache
Expand All @@ -82,9 +82,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: lint
Expand Down

0 comments on commit 2c25758

Please sign in to comment.