Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v3.5.3 | v4.0.0 |
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent ccdfb9b commit c0fca8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: git checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout latest commit
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1.21.0
Expand Down

0 comments on commit c0fca8b

Please sign in to comment.