Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Dec 5, 2023
1 parent 2d5f162 commit b37ac6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner
uses: actions/checkout@v4 # checkout the repository content to github runner
with:
fetch-depth: 0
token: ${{ secrets.PLURAL_BOT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: docker-practice/actions-setup-docker@master

- name: Checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner
uses: actions/checkout@v4 # checkout the repository content to github runner
with:
fetch-depth: 0
token: ${{ secrets.PLURAL_BOT_PAT }}
Expand Down

0 comments on commit b37ac6b

Please sign in to comment.