Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent f8a2222 commit 8062850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install libgtk-3-dev
run: sudo apt-get update -y && sudo apt-get install -y libgtk-3-dev
- name: Checkout repository
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Build
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: startsWith(matrix.platform, 'windows')
run: choco install upx -y
- name: Checkout repository
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit 8062850

Please sign in to comment.