Skip to content

Commit 3ee1ce8

Browse files
Update actions/checkout digest to 08eba0b
1 parent cff7805 commit 3ee1ce8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ansible-lint-github-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Git checkout
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818

1919
- name: Populate ansible config
2020
run: |

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2323
- run: pip install mkdocs-material
2424
- run: mkdocs build
2525
- name: Setup Pages

0 commit comments

Comments
 (0)