Skip to content

Commit

Permalink
Merge pull request #338 from PSDTools/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-b93eff89fb

build(deps): bump actions/checkout from 4.1.3 to 4.1.4 in the github group
  • Loading branch information
lishaduck committed Apr 25, 2024
2 parents 836eead + a3fb4f9 commit e0fa605
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

steps:
- name: 📚 Git checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
submodules: recursive
clean: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
submodules: recursive
clean: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

steps:
- name: 📚 Git Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
submodules: recursive
clean: true
Expand Down

0 comments on commit e0fa605

Please sign in to comment.