Update GitHub Workflow

- Updated GitHub actions
- Fixed an issue with testing MSRV (It didn't)
This commit is contained in:
BlackDex
2023-09-22 20:27:03 +02:00
parent bbd630f1ee
commit a77482575a
3 changed files with 24 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
# Checkout the repo
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
# End Checkout the repo