Skip to content

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] authored Sep 4, 2023
1 parent 59dfc1e commit fcbb4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Find file changes
uses: dorny/paths-filter@v2
id: filter
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
if: ${{ needs.changes.outputs.load-env == 'true' }}
steps:
- name: Check out the repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Load environment
uses: phase2/octane-actions/actions/load-env@develop
- name: Environment vars
Expand Down

0 comments on commit fcbb4ff

Please sign in to comment.