mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Upgrade test from actions/checkout v2.7.0 to v4.1.1
This commit is contained in:
parent
fcf8fdba8d
commit
9b922c5f25
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@a05e47355e80e57b9a67566a813648fa67d92011 # v1.157.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue