Skip to content

Commit

Permalink
Merge pull request #9 from PHS-TSA/dependabot/github_actions/github-0…
Browse files Browse the repository at this point in the history
…bd1363a87

chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 in the github group
  • Loading branch information
lishaduck authored Jun 13, 2024
2 parents 3e54d83 + 43a7fe1 commit d0b222a
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

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

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

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

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

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

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

0 comments on commit d0b222a

Please sign in to comment.