Skip to content

Commit 17915e3

Browse files
⬆️ deps: Update actions/checkout action to v6 (#218)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a54cfd2 commit 17915e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rcalc-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Install Dependencies
2121
run: sudo apt update && sudo apt install -y libtinfo5
2222
- name: Update rust toolchain

0 commit comments

Comments
 (0)