Skip to content

Commit

Permalink
docs: bump versions in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <23177737+cprivitere@users.noreply.github.com>
  • Loading branch information
cprivitere committed Oct 20, 2023
1 parent cd22783 commit 76d8444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- name: metal-project-action
id: metal-project-action
uses: equinix-labs/metal-project-action@v0.12.1
uses: equinix-labs/metal-project-action@v0.14.0
with:
projectName: "metal-runner-demo"
userToken: ${{ secrets.METAL_AUTH_TOKEN }}
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- name: metal-runner-action
uses: equinix-labs/metal-action-runner@v0.1.0
uses: equinix-labs/metal-action-runner@v0.1.1
with:
github_token: ${{ secrets.TEST_PAT_KEY }}
metal_auth_token: ${{ secrets.METAL_AUTH_TOKEN }}
Expand All @@ -85,7 +85,7 @@ jobs:

steps:
- name: metal-sweeper-action
uses: equinix-labs/metal-sweeper-action@v0.5.1
uses: equinix-labs/metal-sweeper-action@v0.6.0
with:
authToken: ${{ secrets.METAL_AUTH_TOKEN }}
projectID: ${{ needs.Project.outputs.projectID }}
Expand Down

0 comments on commit 76d8444

Please sign in to comment.