Skip to content

Commit 3c0445f

Browse files
renovate[bot]cmeister2
authored andcommitted
chore(deps): pin actions/checkout action to 11bd719
1 parent 670233e commit 3c0445f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout
96-
uses: actions/checkout@v4
96+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9797
- name: Install Dependencies
9898
run: |
9999
sudo apt-get update
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: ubuntu-latest
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@v4
112+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
113113
- name: Install Dependencies
114114
run: |
115115
sudo apt-get update

0 commit comments

Comments
 (0)