Merge pull request #380 from StuffAnThings/dependabot/github_actions/develop/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
bobokun 2023-09-06 14:45:22 -04:00 committed by GitHub
commit 576e4b8daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Trigger Hotio Webhook
uses: joelwmale/webhook-action@master

2
.github/workflows/tag.yml vendored Executable file → Normal file
View file

@ -8,7 +8,7 @@ jobs:
tag-new-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
fetch-depth: 2

View file

@ -13,7 +13,7 @@ jobs:
steps:
- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0