Skip to content

Commit

Permalink
ci: update checkout and cache action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 22, 2023
1 parent 0aed967 commit dbdcc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Get Sources
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup python
uses: actions/setup-python@v2
Expand All @@ -38,7 +38,7 @@ jobs:
run: pip install cpplint==1.5.4 && bash ci/lint.sh `pwd`

- name: Cache Spack packages
uses: actions/cache@v2
uses: actions/cache@v3
id: spack-cache
with:
path: ~/${{ env.LOCAL }}
Expand Down

0 comments on commit dbdcc25

Please sign in to comment.