Skip to content

Commit

Permalink
Merge pull request #3007 from boto/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3.6.0

Bump actions/checkout from 3.5.0 to 3.6.0
  • Loading branch information
nateprewitt authored Aug 30, 2023
2 parents ef6700f + bd30319 commit ac3ecfd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
security-events: write
steps:
- name: "Checkout repository"
uses: "actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3"
uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744"

- name: "Run CodeQL init"
uses: "github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Set up Python 3.9
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
fail-fast: true

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: 'Set up Python 3.10'
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
Expand Down

0 comments on commit ac3ecfd

Please sign in to comment.