Skip to content

Commit

Permalink
Merge pull request #1777 from trillium/ts.unit_tests
Browse files Browse the repository at this point in the history
feat: Bump actions/checkout v2 -> v4
  • Loading branch information
trillium authored Oct 9, 2024
2 parents 1ee07f6 + 7aff9ff commit 0a0da5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-PRs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test-backend-unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Make envfile
uses: SpicyPizza/create-envfile@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo ${{ steps.instruction.outputs.result }} > addingPrInstructions/artifact/artifact.txt
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: adding-pr-instructions-artifact
path: addingPrInstructions/artifact/

0 comments on commit 0a0da5b

Please sign in to comment.