Skip to content

Commit 7e9883b

Browse files
authored
Merge pull request #30 from hackthackathon/dependabot/github_actions/actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the actions group
2 parents 2ec5e6f + b2dccbd commit 7e9883b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/create-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.ref == 'refs/heads/main'
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Python 3.10
2323
uses: actions/setup-python@v5
2424
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
url: ${{ steps.deployment.outputs.page_url }}
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Setup Pages
3232
uses: actions/configure-pages@v5
3333
- uses: actions/setup-node@v4

.github/workflows/gha-pr-add-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check Out Repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup Micromamba ${{ matrix.python-version }}
2020
uses: mamba-org/setup-micromamba@v2

.github/workflows/pull-from-cookiecutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
checkout:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Install cookiecutter
1717
run: python -m pip install --user cookiecutter
1818
- name: Build Template

0 commit comments

Comments
 (0)