Skip to content

Commit c653a92

Browse files
Merge pull request #103 from NixOS/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents c36ceb8 + a6c93fd commit c653a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout 🛎️
15-
uses: actions/checkout@v4 # If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.
15+
uses: actions/checkout@v5 # If you're using actions/checkout@v5 you must set persist-credentials to false in most cases for the deployment to work correctly.
1616
with:
1717
persist-credentials: false
1818

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout 🛎️
14-
uses: actions/checkout@v4 # If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.
14+
uses: actions/checkout@v5 # If you're using actions/checkout@v5 you must set persist-credentials to false in most cases for the deployment to work correctly.
1515
with:
1616
persist-credentials: false
1717

0 commit comments

Comments
 (0)