We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41dfae2 commit 2700b77Copy full SHA for 2700b77
.github/workflows/ci.yaml
@@ -17,6 +17,6 @@ jobs:
17
run: apk add -U git
18
- name: Checkout code
19
# https://github.com/actions/checkout/releases/tag/v4.1.1
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
- name : Run dapper ci
22
run: dapper ci
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
12
contents: write
13
steps:
14
- name : Checkout repository
15
16
- name: Create release on Github
run: |
0 commit comments