Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rpdelaney/downforeveryone
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdelaney committed Dec 12, 2023
2 parents f78b5ae + 5f2d1dd commit 2bceaf9
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 119 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.11.4

Expand All @@ -35,10 +35,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.11.4

Expand Down

0 comments on commit 2bceaf9

Please sign in to comment.