Skip to content

Commit f6ae6ba

Browse files
Update actions/checkout digest to 93cb6ef
1 parent c036dc4 commit f6ae6ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-github.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616
- uses: cucumber/action-create-github-release@v1.1.1
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: set git core.autocrlf to 'input'
3434
run: git config --global core.autocrlf input
35-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
35+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3636
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
3737
uses: actions/setup-node@v6
3838
with:

0 commit comments

Comments
 (0)