Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #71 from beeware/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3.3.0

Bump actions/checkout from 3.1.0 to 3.3.0
  • Loading branch information
freakboy3742 authored Feb 9, 2023
2 parents 4298a1b + f839567 commit f7b109d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
experimental: true
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3.3.0

- name: Create Release
id: create_release
Expand Down
1 change: 1 addition & 0 deletions changes/71.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated actions/checkout from 3.1.0 to 3.3.0.

0 comments on commit f7b109d

Please sign in to comment.