Skip to content

Commit fa76a0c

Browse files
authored
Merge pull request #1 from rfresh2/dependabot/github_actions/actions-76468cb07f
2 parents d6aab05 + ac1378e commit fa76a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
persist-credentials: false
1717

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out repository
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
with:
1313
persist-credentials: false
1414

0 commit comments

Comments
 (0)