Skip to content

Commit ca30e1f

Browse files
Update actions/checkout action to v4
1 parent a54403b commit ca30e1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_demo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414

15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616

1717
- name: Set image tag
1818
run: |

.github/workflows/build_deploy_staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525

2626
- name: Set variables
2727
run: |

.github/workflows/remove_st_after_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515

16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Get pull request reference number
1919
run: |

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
2222
steps:
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: ${{ matrix.ruby }}

0 commit comments

Comments
 (0)