Skip to content

Commit

Permalink
Merge pull request #4 from PHS-TSA/dependabot/github_actions/github-e…
Browse files Browse the repository at this point in the history
…df2abb101

chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 in the github group
  • Loading branch information
lishaduck committed May 17, 2024
2 parents b65a177 + 977bbb0 commit c99e57e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: recursive
clean: true
Expand All @@ -279,7 +279,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
submodules: recursive
clean: true
Expand Down

0 comments on commit c99e57e

Please sign in to comment.