Skip to content

Commit 48f7b13

Browse files
authored
Merge pull request #993 from openshift-kni/dependabot/github_actions/actions/checkout-4.1.1
build(deps): bump actions/checkout from 3.5.3 to 4.1.1
2 parents 6ebb296 + 0d25ced commit 48f7b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ansible-lint.yml

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

1010
steps:
1111
# Important: This sets up your GITHUB_WORKSPACE environment variable
12-
- uses: actions/checkout@v3.5.3
12+
- uses: actions/checkout@v4.1.1
1313

1414
- uses: actions/[email protected]
1515
with:

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
jekyll:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3.5.3
16+
- uses: actions/checkout@v4.1.1
1717

1818
# Use GitHub Actions' cache to shorten build times and decrease load on servers
1919
- uses: actions/[email protected]

0 commit comments

Comments
 (0)