Skip to content

Commit

Permalink
Merge pull request #15 from fdm-monster/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3.5.3
  • Loading branch information
davidzwa authored Jun 10, 2023
2 parents 84a7fe5 + b6567a7 commit 9298aea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
sudo apt install coreutils p7zip-full qemu-user-static
- name: Checkout CustomPiOS
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
repository: 'guysoft/CustomPiOS'
path: CustomPiOS

- name: Checkout Project Repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
path: repository
submodules: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
sudo apt install coreutils p7zip-full qemu-user-static
- name: Checkout CustomPiOS
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
repository: 'guysoft/CustomPiOS'
path: CustomPiOS

- name: Checkout Project Repository
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.5.3
with:
path: repository
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- run: |
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
chmod a+x gh-md-toc
Expand Down

0 comments on commit 9298aea

Please sign in to comment.