mirror of
https://github.com/dependabot/fetch-metadata.git
synced 2026-03-12 18:07:12 -04:00
Merge pull request #436 from dependabot/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
committed by
GitHub
commit
25489659e8
4
.github/workflows/check-uncommitted.yml
vendored
4
.github/workflows/check-uncommitted.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
name: CI
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
|
||||
2
.github/workflows/dependabot-auto-merge.yml
vendored
2
.github/workflows/dependabot-auto-merge.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Auto-merge
|
||||
run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
|
||||
|
||||
4
.github/workflows/dependabot-build.yml
vendored
4
.github/workflows/dependabot-build.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
dependency-type: ${{ steps.dependabot-metadata.outputs.dependency-type }}
|
||||
package-ecosystem: ${{ steps.dependabot-metadata.outputs.package-ecosystem }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
app_id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
|
||||
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
# Check out using an app token so any pushed changes will trigger checkruns
|
||||
|
||||
2
.github/workflows/release-bump-version.yml
vendored
2
.github/workflows/release-bump-version.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
app_id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
|
||||
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
# Ensure we start from main in case the workflow is run from a branch
|
||||
ref: "main"
|
||||
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
app_id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
|
||||
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ steps.generate_token.outputs.token }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user