Skip to content

Commit

Permalink
[HOTFIX] Update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Nov 14, 2024
1 parent 16bb3fa commit 30feca0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
needs: [dependabot-automations]
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout branch or tag
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_ACTION_CI }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-major-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PAT_ACTION_CI }}
Expand Down

0 comments on commit 30feca0

Please sign in to comment.