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 Nov 22, 2024
1 parent 552d8a5 commit 8967efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-issue-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
private-key: ${{ secrets.GH_WORKFLOW_APP_PEM }}

- name: Checkout current repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout ai-cfia/github-workflows repo (for repo_project.txt file)
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ai-cfia/github-workflows
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-pyproject-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 8967efb

Please sign in to comment.