Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 2f2fdcf commit b68f687
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/checkout@v4.1.7
uses: actions/checkout@v4.2.1
- 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/checkout@v4.1.7
uses: actions/checkout@v4.2.1
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit b68f687

Please sign in to comment.