Skip to content

Commit 9dd1268

Browse files
committed
Update actions/checkout action to v3.5.3
1 parent c1a3a7a commit 9dd1268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install libgtk-3-dev
1616
run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev
1717
- name: Checkout repository
18-
uses: actions/[email protected].2
18+
uses: actions/[email protected].3
1919
- name: Build
2020
shell: bash
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: startsWith(matrix.platform, 'windows')
2929
run: choco install upx -y
3030
- name: Checkout repository
31-
uses: actions/[email protected].2
31+
uses: actions/[email protected].3
3232
- name: Build
3333
shell: bash
3434
run: |

0 commit comments

Comments
 (0)