Skip to content

Commit

Permalink
Merge pull request #386 from clasp-developers/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/dot-github/workflows/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4 in /.github/workflows
  • Loading branch information
yitzchak authored Sep 4, 2023
2 parents 7d9fba3 + 4d13705 commit 12ada88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: clasp-developers/clasp
path: clasp
Expand All @@ -36,9 +36,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: clasp-developers/clasp
path: clasp
Expand Down

0 comments on commit 12ada88

Please sign in to comment.