We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5fcf1 commit 1eedfafCopy full SHA for 1eedfaf
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
steps:
33
- name: Check out the repo
34
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
35
- # https://github.com/marketplace/actions/build-and-push-docker-images
36
name: Prepare tags
37
id: prep
.github/workflows/linter.yml
@@ -37,7 +37,7 @@ jobs:
# Checkout the code base #
38
##########################
39
- name: Checkout Code
40
41
42
################################
43
# Run Linter against code base #
0 commit comments