Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/create-prs-for-stale-branches.yml
Browse files Browse the repository at this point in the history
credfeto committed Jan 22, 2025

Verified

This commit was signed with the committer’s verified signature.
credfeto Mark Ridgwell
1 parent 4c3251a commit ceb5c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-prs-for-stale-branches.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
run: sudo apt install -y jq

- name: "Checkout Source"
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
fetch-tags: true
@@ -75,7 +75,7 @@ jobs:
run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"

- name: "Checkout Source"
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
fetch-tags: true

0 comments on commit ceb5c12

Please sign in to comment.