Skip to content

Commit 2cbbfc0

Browse files
authored
Merge pull request #16 from model-checking/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 2 to 6
2 parents bcd43f2 + f57c8f1 commit 2cbbfc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: macos-latest
77
steps:
88
- name: Checkout repository
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v6
1010

1111
- name: Install mdbook
1212
run: brew install mdbook

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242

4343
- name: Checkout repository
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v6
4545

4646
- name: Validate release and tagged version numbers
4747
# $GITHUB_REF is refs/tags/debugger-VERSION

0 commit comments

Comments
 (0)