Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent bc05578 commit 619c7ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: runforesight/foresight-workflow-kit-action@v1
with:
api_key: ${{ secrets.FORESIGHT_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Package
uses: ./src/github-actions/build-standard
with:
Expand All @@ -28,7 +28,7 @@ jobs:
uses: runforesight/foresight-workflow-kit-action@v1
with:
api_key: ${{ secrets.FORESIGHT_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Get built artifact
uses: actions/download-artifact@master
with:
Expand All @@ -49,7 +49,7 @@ jobs:
uses: runforesight/foresight-workflow-kit-action@v1
with:
api_key: ${{ secrets.FORESIGHT_TOKEN }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish Package
uses: ./src/github-actions/release-standard
with:
Expand Down

0 comments on commit 619c7ee

Please sign in to comment.