Skip to content

Commit aa4b169

Browse files
Update actions/checkout digest to 93cb6ef
1 parent ce3a2f3 commit aa4b169

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Format
2323
runs-on: ubicloud-standard-2
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2626

2727
- name: Setup Python
2828
uses: ./.github/actions/setup-python
@@ -42,7 +42,7 @@ jobs:
4242
name: Lint
4343
runs-on: ubicloud-standard-2
4444
steps:
45-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4646

4747
- name: Setup Python
4848
uses: ./.github/actions/setup-python
@@ -62,7 +62,7 @@ jobs:
6262
name: Type Check
6363
runs-on: ubicloud-standard-2
6464
steps:
65-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
65+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6666

6767
- name: Setup Python
6868
uses: ./.github/actions/setup-python
@@ -88,7 +88,7 @@ jobs:
8888
contents: read
8989

9090
steps:
91-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
91+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9292

9393
- name: Setup Python
9494
uses: ./.github/actions/setup-python
@@ -141,7 +141,7 @@ jobs:
141141
packages: write
142142
steps:
143143
- name: Checkout code
144-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
144+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
145145

146146
- name: Set up Docker Buildx
147147
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
@@ -190,7 +190,7 @@ jobs:
190190
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
191191
steps:
192192
- name: Checkout code
193-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
193+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
194194

195195
- name: Setup Fly.io CLI
196196
uses: superfly/flyctl-actions/setup-flyctl@63da3ecc5e2793b98a3f2519b3d75d4f4c11cec2

0 commit comments

Comments
 (0)