Skip to content

Commit

Permalink
Updating actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tstibbs committed May 6, 2024
1 parent bb3c7e9 commit ad6b09f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:

# checkout a dependent project
- name: Checkout cloud-core
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: tstibbs/cloud-core
path: 'cloud-core' # will resolve to /home/runner/work/geo-bagging/geo-bagging/cloud-core

# checkout 'this' project
- name: Checkout geo-bagging
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'geo-bagging' # will resolve to /home/runner/work/geo-bagging/geo-bagging/geo-bagging

- name: Set up node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Set up environment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:

# checkout a dependent project
- name: Checkout cloud-core
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: tstibbs/cloud-core
path: 'cloud-core' # will resolve to /home/runner/work/geo-bagging/geo-bagging/cloud-core

# checkout 'this' project
- name: Checkout geo-bagging
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'geo-bagging' # will resolve to /home/runner/work/geo-bagging/geo-bagging/geo-bagging
fetch-depth: 0

- name: Set up node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install node dependencies
Expand Down

0 comments on commit ad6b09f

Please sign in to comment.