Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

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

chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the github group
  • Loading branch information
lishaduck authored Oct 8, 2024
2 parents e40bd55 + 9876f67 commit 65ed74b
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: recursive
clean: true
Expand All @@ -279,7 +279,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: recursive
clean: true
Expand Down

0 comments on commit 65ed74b

Please sign in to comment.