Skip to content

Commit ec461e0

Browse files
authored
Merge pull request #19 from arduino-libraries/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents 208de93 + 873dda9 commit ec461e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-release-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Step 1: Checkout the repository code
1616
- name: Checkout code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
# Step 2: Retrieve the latest release from the GitHub API
2020
- name: Get latest release

0 commit comments

Comments
 (0)