Update github workflows

Updated all the actions where possible.
This should at least for the most actions mean that they are using the
latest github actions core and should partially resolve the issue #2847

The only actions left are the actions from `actions-rs`.
This commit is contained in:
BlackDex
2022-10-21 13:21:57 +02:00
parent 3c8e1c3ca9
commit d4577d161e
3 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ jobs:
steps:
# Checkout the repo
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
# End Checkout the repo