Skip to content

Commit a2277ec

Browse files
Update actions/checkout action to v4
1 parent 3373a99 commit a2277ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Checkout repo
20-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2121

2222
- name: Install cloc
2323
run: |
@@ -40,7 +40,7 @@ jobs:
4040
name: 'Bitwarden Event Logs (beta)'
4141
steps:
4242
- name: Checkout repo
43-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
43+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4444

4545
- name: Change app name
4646
run: |

0 commit comments

Comments
 (0)