Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent e385879 commit 75a288e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.4'
uses: 'actions/checkout@v4.1.5'
with:
ref: 'main'
- name: 'Generate changelog'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.4'
uses: 'actions/checkout@v4.1.5'
with:
persist-credentials: false
fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.4'
uses: 'actions/checkout@v4.1.5'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.2'
with:
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.4'
uses: 'actions/checkout@v4.1.5'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.2'
with:
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.4'
uses: 'actions/checkout@v4.1.5'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.2'
with:
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout'
uses: 'actions/checkout@v4.1.4'
uses: 'actions/checkout@v4.1.5'
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.2'
with:
Expand Down

0 comments on commit 75a288e

Please sign in to comment.