Skip to content

Commit

Permalink
update github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Mar 5, 2024
1 parent 373b0e9 commit a01da1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Wasp
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s

- name: Docker setup
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Cache Node Modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: node-modules-${{ hashFiles('app/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retag-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure Git
run: |
Expand Down

0 comments on commit a01da1b

Please sign in to comment.