Skip to content

Commit c8e72ef

Browse files
authored
Merge pull request #24 from hackthackathon/dependabot/github_actions/actions-ef7711744d
Bump the actions group with 3 updates
2 parents eeab758 + 360ff7e commit c8e72ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
if: github.ref == 'refs/heads/main'
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python 3.10
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
2626
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Setup Pages
32-
uses: actions/configure-pages@v3
32+
uses: actions/configure-pages@v5
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: 18.x

0 commit comments

Comments
 (0)