Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent 59f2b2a commit 3f54e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CCACHE_BASEDIR: "${{ github.workspace }}"

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
submodules: 'recursive'
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: ${{ !startsWith(github.event.head_commit.message, '[skip ci]') }} && success() && github.ref == 'refs/heads/main' }}

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
with:
submodules: 'recursive'
fetch-depth: 0
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: Clone Telegram Bot API
run: |
git clone --recursive https://github.com/tdlib/telegram-bot-api.git
Expand Down

0 comments on commit 3f54e7e

Please sign in to comment.